From e71377718e10795807006bf3d7508f785f8975b3 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Tue, 25 Feb 2014 13:16:19 -0800 Subject: [PATCH] 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 --- modules/openstack_project/manifests/puppetmaster.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/puppetmaster.pp b/modules/openstack_project/manifests/puppetmaster.pp index ab40b4f43d..6241202e6b 100644 --- a/modules/openstack_project/manifests/puppetmaster.pp +++ b/modules/openstack_project/manifests/puppetmaster.pp @@ -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', } }