Stop including params class where it is not needed
Nothing in the template or puppetmaster classes uses any of the params values. Classes that do use values in the params class, which are o_p::server, o_p::users and o_p::users_install, include the params class already either explicitly or by including other classes. Change-Id: If91ff59e26bdb345f96224603becfb3f937ea90f
This commit is contained in:
parent
2a63928351
commit
8d31b5996e
@ -13,7 +13,6 @@ class openstack_project::puppetmaster (
|
||||
},
|
||||
) {
|
||||
include logrotate
|
||||
include openstack_project::params
|
||||
|
||||
class { '::ansible':
|
||||
ansible_hostfile => '/etc/ansible/hosts',
|
||||
|
@ -30,7 +30,6 @@ class openstack_project::template (
|
||||
include snmpd
|
||||
include sudoers
|
||||
|
||||
include openstack_project::params
|
||||
include openstack_project::users
|
||||
|
||||
class { 'ssh':
|
||||
|
Loading…
x
Reference in New Issue
Block a user