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:
Paul Belanger 2016-08-16 11:12:09 -04:00
parent 0a6505cf41
commit ac32f43096
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -463,6 +463,7 @@ class openstack_project::template (
service { 'puppet':
ensure => stopped,
enable => false,
}
file { '/etc/puppet/hiera.yaml':