513060fc3a
Commit: 3216cd87ae97ee74f06edd0e4868cedbc90e86d9 Source: https://github.com/saz/puppet-ssh/ Implements: blueprint upgrade-openstack-puppet-modules Change-Id: I8c709fe0d6c604a8e64839295030263dcce43c62
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat"
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS"
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux"
|
|
},
|
|
{
|
|
"operatingsystem": "Scientific"
|
|
},
|
|
{
|
|
"operatingsystem": "Debian"
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu"
|
|
},
|
|
{
|
|
"operatingsystem": "FreeBSD"
|
|
},
|
|
{
|
|
"operatingsystem": "OpenBSD"
|
|
},
|
|
{
|
|
"operatingsystem": "Gentoo"
|
|
},
|
|
{
|
|
"operatingsystem": "ArchLinux"
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "pe",
|
|
"version_requirement": "3.2.x"
|
|
},
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": "3.x"
|
|
}
|
|
],
|
|
"name": "saz-ssh",
|
|
"version": "2.8.1",
|
|
"source": "git://github.com/saz/puppet-ssh.git",
|
|
"author": "saz",
|
|
"license": "Apache License, Version 2.0",
|
|
"summary": "Manage SSH client and server via Puppet.",
|
|
"description": "Manage SSH client and server via puppet",
|
|
"project_page": "https://github.com/saz/puppet-ssh",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">= 2.2.1"
|
|
},
|
|
{
|
|
"name": "puppetlabs/concat",
|
|
"version_requirement": ">= 1.0.0"
|
|
}
|
|
]
|
|
}
|