-
Notifications
You must be signed in to change notification settings - Fork 48
/
metadata.json
36 lines (36 loc) · 960 Bytes
/
metadata.json
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
31
32
33
34
35
36
{
"name": "torrancew-account",
"version": "1.0.0",
"author": "torrancew",
"license": "Apache-2.0",
"summary": "A module to manage most typical aspects of UNIX user accounts",
"source": "https://github.com/torrancew/puppet-account",
"project_page": "https://forge.puppetlabs.com/torrancew/account",
"issues_url": "https://github.com/torrancew/puppet-account/issues",
"tags": ["account", "user", "group"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease": [ "7.0", "6.0" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "9.0", "8.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "17.04", "16.04" ]
},
{
"operatingsystem": "Archlinux"
}
],
"dependencies": [],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
}
],
"data_provider": "none"
}