Disable puppet service on boot
Because we nolonger poll a puppetmaster with puppet, we can disable the puppet service on boot. I noticed on ubuntu-xenial nodes it was taking 2+ minutes for puppet to be started, which is a waste of resources. Change-Id: If03f83c73297c223999951b294b8ce675d7eab25 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
0a6505cf41
commit
ac32f43096
@ -463,6 +463,7 @@ class openstack_project::template (
|
||||
|
||||
service { 'puppet':
|
||||
ensure => stopped,
|
||||
enable => false,
|
||||
}
|
||||
|
||||
file { '/etc/puppet/hiera.yaml':
|
||||
|
Loading…
x
Reference in New Issue
Block a user