Set apache as the puppet service name

This will set the apache service to bounce, which will in turn
bounce the puppetmaster, when puppetdb needs to notify the service
to rehash its config.

Change-Id: I2033b42ba246619172f39e09e98d20d702d0156a
This commit is contained in:
Spencer Krum 2014-02-25 13:16:19 -08:00
parent 9aa0cc776c
commit e71377718e

View File

@ -65,7 +65,8 @@ class openstack_project::puppetmaster (
# Enable puppetdb
class { 'puppetdb::master::config':
puppetdb_server => 'puppetdb.openstack.org',
puppetdb_server => 'puppetdb.openstack.org',
puppet_service_name => 'apache2',
}
}