diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/puppet/templates/puppet.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index baa8cd01..32a41ad8 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -14,7 +14,7 @@ modulepath = $confdir/modules:$confdir/deployment:$confdir/external:/usr/share/puppet/modules [master] - certname = puppetmaster.<%= domain %> + certname = puppet.<%= domain %> # tagmail should be kept last, until this bug is fixed # https://projects.puppetlabs.com/issues/5018 @@ -29,7 +29,7 @@ [agent] - server = puppetmaster.<%= domain %> + server = puppet.<%= domain %> pluginsync = true |