95 lines
1.9 KiB
JSON
95 lines
1.9 KiB
JSON
{
|
|
"name": "ghoneycutt-ssh",
|
|
"version": "3.31.0",
|
|
"author": "ghoneycutt",
|
|
"summary": "Manages SSH",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/ghoneycutt/puppet-module-ssh.git",
|
|
"project_page": "https://github.com/ghoneycutt/puppet-module-ssh",
|
|
"issues_url": "https://github.com/ghoneycutt/puppet-module-ssh/issues",
|
|
"requirements": [
|
|
{
|
|
"name": "pe",
|
|
"version_requirement": ">= 3.2.0 < 5.0.0"
|
|
},
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 3.0.0 < 5.0.0"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Scientific",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Solaris",
|
|
"operatingsystemrelease": [
|
|
"9",
|
|
"10",
|
|
"11"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SLES",
|
|
"operatingsystemrelease": [
|
|
"11",
|
|
"12"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SLED",
|
|
"operatingsystemrelease": [
|
|
"11",
|
|
"12"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"12.04"
|
|
]
|
|
}
|
|
],
|
|
"description": "Manage SSH",
|
|
"dependencies": [
|
|
{"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 6.0.0"},
|
|
{"name":"ghoneycutt/common","version_requirement":">= 1.3.0 < 2.0.0"},
|
|
{"name":"puppetlabs/firewall","version_requirement":">= 0.2.1 < 2.0.0"}
|
|
]
|
|
}
|