b35bc80ac2
This change adds an `include` statement to bring in the extra functionality available from the existing puppet-ssh module in already available in RDO. By using puppet-ssh it provides a framework to allow the passing in of server options using just hiera values under ssh::server_options. For example, sshd_config banner can now be passed a server option, as well as all the new parameters outlined in the launchpad issue that the patch references for Closing. For this reason, the former augeas setting for `Banner /etc/issue` is now managed by the main puppet-ssh module instead. The change also allows population of MOTD text to `/etc/motd` as well as `issue.net`. $bannertext is refactored in accordance with patch [1] [1] https://review.openstack.org/#/c/442406/ Change-Id: Id329538fb7b623526f1d91d8a513cf3440c86a7c Closes-Bug: 1668543
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
|
|
## TripleO Puppet modules
|
|
|
|
mod 'haproxy',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-haproxy',
|
|
:ref => 'master'
|
|
|
|
mod 'tomcat',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-tomcat',
|
|
:ref => '1.3.2'
|
|
|
|
mod 'java',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-java',
|
|
:ref => '1.4.2'
|
|
|
|
mod 'cassandra',
|
|
:git => 'https://github.com/locp/cassandra',
|
|
:ref => '1.9.2'
|
|
|
|
mod 'zookeeper',
|
|
:git => 'https://github.com/deric/puppet-zookeeper',
|
|
:ref => 'v0.3.9'
|
|
|
|
mod 'datacat',
|
|
:git => 'https://github.com/richardc/puppet-datacat',
|
|
:ref => '0.6.2'
|
|
|
|
mod 'etcd',
|
|
:git => 'https://github.com/cristifalcas/puppet-etcd',
|
|
:ref => '1.10.0'
|
|
|
|
mod 'fdio',
|
|
:git => 'https://git.fd.io/puppet-fdio',
|
|
:ref => 'master'
|
|
|
|
mod 'certmonger',
|
|
:git => 'https://github.com/earsdown/puppet-certmonger',
|
|
:ref => 'v1.1.1'
|
|
|
|
mod 'ntp',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-ntp',
|
|
:ref => '4.2.x'
|
|
|
|
mod 'systemd',
|
|
:git => 'https://github.com/camptocamp/puppet-systemd',
|
|
:ref => 'master'
|
|
|
|
mod 'opendaylight',
|
|
:git => 'https://github.com/dfarrell07/puppet-opendaylight',
|
|
:ref => 'master'
|
|
|
|
mod 'ssh',
|
|
:git => 'https://github.com/saz/puppet-ssh',
|
|
:ref => 'v3.0.1'
|