Update default server value to new puppet master

Now that we've finished moving all puppet agents to get triggered
from the new master, update their configuration to assume the new
server is the default so that we no longer need to override it when
running locally from the command line.

Change-Id: I446341c5115d948bb8dedbe00e23b38b3e78c62f
This commit is contained in:
Jeremy Stanley 2014-09-15 18:04:04 +00:00
parent c2458d305b
commit 05531f7978

View File

@ -6,7 +6,7 @@ rundir=/var/run/puppet
<% if @puppet_version.to_f < 3.6 -%>
factpath=$vardir/lib/facter
templatedir=$confdir/templates
server=ci-puppetmaster.openstack.org
server=puppetmaster.openstack.org
certname=<%= @certname %>
pluginsync=true
<% end %>