Use "$puppetmaster_server" as parameter to the ssh class
Use puppetmaster_server parameter to setup the ssh class. This patch depends on puppet-ssh change that should be merged before this one. Depends-On: I4b07f78ed455841cc2301227e42222ca96b24821 Change-Id: I691b8d4b13fef0b88ec075bd8ef13bcd5b5d691e
This commit is contained in:
parent
5fffbc8e05
commit
66396c5a52
@ -23,12 +23,15 @@ class openstack_project::template (
|
||||
|
||||
include ntp
|
||||
include snmpd
|
||||
include ssh
|
||||
include sudoers
|
||||
|
||||
include openstack_project::params
|
||||
include openstack_project::users
|
||||
|
||||
class { 'ssh':
|
||||
trusted_ssh_source => $puppetmaster_server,
|
||||
}
|
||||
|
||||
class { 'iptables':
|
||||
public_tcp_ports => $iptables_public_tcp_ports,
|
||||
public_udp_ports => $all_udp,
|
||||
|
Loading…
x
Reference in New Issue
Block a user