99 lines
2.1 KiB
JSON
99 lines
2.1 KiB
JSON
{
|
|
"name": "ghoneycutt-ssh",
|
|
"version": "3.60.1",
|
|
"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": "puppet",
|
|
"version_requirement": ">= 3.8.7 < 7.0.0"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"7",
|
|
"9"
|
|
]
|
|
},
|
|
{
|
|
"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": [
|
|
"10",
|
|
"11",
|
|
"12"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SLED",
|
|
"operatingsystemrelease": [
|
|
"10",
|
|
"11",
|
|
"12"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"12.04",
|
|
"14.04",
|
|
"16.04",
|
|
"18.04"
|
|
]
|
|
}
|
|
],
|
|
"description": "Manage SSH",
|
|
"dependencies": [
|
|
{"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 6.0.0"},
|
|
{"name":"puppetlabs/concat","version_requirement":">= 2.0.0 < 6.0.0"},
|
|
{"name":"ghoneycutt/common","version_requirement":">= 1.4.1 < 2.0.0"},
|
|
{"name":"puppetlabs/firewall","version_requirement":">= 1.9.0 < 2.0.0"},
|
|
{"name":"puppetlabs/sshkeys_core","version_requirement":">= 1.0.1 <2.0.0"}
|
|
]
|
|
}
|