mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
91 lines
1.7 KiB
JSON
91 lines
1.7 KiB
JSON
{
|
|
"name": "saz-sudo",
|
|
"version": "7.0.2",
|
|
"author": "saz",
|
|
"license": "Apache-2.0",
|
|
"summary": "Manage sudo configuration via Puppet",
|
|
"source": "https://github.com/saz/puppet-sudo",
|
|
"project_page": "https://github.com/saz/puppet-sudo",
|
|
"issues_url": "https://github.com/saz/puppet-sudo/issues",
|
|
"tags": ["sudo"],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Scientific",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"9",
|
|
"10"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"18.04",
|
|
"20.04"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SmartOS"
|
|
},
|
|
{
|
|
"operatingsystem": "OmniOS"
|
|
},
|
|
{
|
|
"operatingsystem": "FreeBSD"
|
|
},
|
|
{
|
|
"operatingsystem": "OpenBSD"
|
|
},
|
|
{
|
|
"operatingsystem": "AIX"
|
|
},
|
|
{
|
|
"operatingsystem": "Darwin"
|
|
},
|
|
{
|
|
"operatingsystem": "Gentoo"
|
|
},
|
|
{
|
|
"operatingsystem": "Archlinux"
|
|
},
|
|
{
|
|
"operatingsystem": "Amazon"
|
|
},
|
|
{
|
|
"operatingsystem": "Suse"
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">=2.6.0 < 9.0.0" }
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 6.1.0 < 8.0.0"
|
|
}
|
|
]
|
|
}
|