-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmetadata.json
More file actions
30 lines (30 loc) · 760 Bytes
/
metadata.json
File metadata and controls
30 lines (30 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "abstractit-sudo",
"version": "1.2.2",
"author": "Abstract IT",
"license": "Apache-2.0",
"summary": "secure extensible sudo setup for puppet",
"source": "https://github.com/abstractitptyltd/puppet-sudo",
"project_page": "https://github.com/abstractitptyltd/puppet-sudo",
"issues_url": "https://github.com/abstractitptyltd/puppet-sudo/issues",
"tags": ["sudo"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"12.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.1.0 <5.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">=1.2.1 <2.0.0"
}
]
}