Merge "Set apache as the puppet service name"

This commit is contained in:
Jenkins 2014-03-06 19:04:13 +00:00 committed by Gerrit Code Review
commit 1be75e6ab5

View File

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