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