From b6ef2cee21b8ffdde0320100f740a72c734603f9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 5 Aug 2012 11:50:24 -0500 Subject: [PATCH] Enable plugin sync for puppet.conf. pluginsync = true is required for puppetmaster to serve out plugin information, such as custom facter lib stuff to the agents. Change-Id: Ia6a72bc6abdaba62ddc5f5e8ceeeb652284f98d3 Reviewed-on: https://review.openstack.org/10850 Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- modules/openstack_project/templates/puppet.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/templates/puppet.conf.erb b/modules/openstack_project/templates/puppet.conf.erb index e023af46d5..0fa7606484 100644 --- a/modules/openstack_project/templates/puppet.conf.erb +++ b/modules/openstack_project/templates/puppet.conf.erb @@ -7,6 +7,7 @@ factpath=$vardir/lib/facter templatedir=$confdir/templates server=ci-puppetmaster.openstack.org certname=<%= fqdn %> +pluginsync=true [master] # These are needed when the puppetmaster is run by passenger