Configure puppet.conf on RHEL.
Fixes an issue where puppet.conf was only getting created on Ubuntu machines. We actually need this file on *all* slaves. Change-Id: I2d9810acd1e834853b00a9ebd1f0a1e5406a6ca9 Reviewed-on: https://review.openstack.org/23573 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
3fef067522
commit
5353964c52
@ -75,6 +75,8 @@ class openstack_project::base(
|
|||||||
replace => true,
|
replace => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
file { '/etc/puppet/puppet.conf':
|
file { '/etc/puppet/puppet.conf':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
@ -84,8 +86,6 @@ class openstack_project::base(
|
|||||||
replace => true,
|
replace => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:sw=2:ts=2:expandtab:textwidth=79
|
# vim:sw=2:ts=2:expandtab:textwidth=79
|
||||||
|
Loading…
Reference in New Issue
Block a user