From 6cd001f3de8020251ffbf96300bb59d996fe82b0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 24 Jul 2012 11:05:06 -0500 Subject: [PATCH] Put in the master's puppet config. Change-Id: I4dbeab7c3c2e61e51df6b7a1648feb7e3b23aea9 --- modules/openstack_project/templates/puppet.conf.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/openstack_project/templates/puppet.conf.erb b/modules/openstack_project/templates/puppet.conf.erb index e306ac9752..f4a04b109a 100644 --- a/modules/openstack_project/templates/puppet.conf.erb +++ b/modules/openstack_project/templates/puppet.conf.erb @@ -15,4 +15,11 @@ certname=<%= fqdn %> # and can safely be removed if webrick is used. ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY +manifestdir=/opt/openstack-ci-puppet/$environment/manifests +modulepath=/opt/openstack-ci-puppet/$environment/modules:/etc/puppet/modules +manifest=$manifestdir/site.pp +reports=store, http +reporturl=http://puppet-dashboard.openstack.org:3000/reports/upload +[agent] +report=true