diff options
Diffstat (limited to 'templates/puppet')
-rw-r--r-- | templates/puppet/puppet.conf.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/puppet/puppet.conf.erb b/templates/puppet/puppet.conf.erb index 6962083..567b322 100644 --- a/templates/puppet/puppet.conf.erb +++ b/templates/puppet/puppet.conf.erb @@ -10,6 +10,7 @@ pluginsync = true vardir = /var/lib/puppet templatedir = $vardir/templates autosign = false +certname = puppet.<%= domain%> #storeconfigs = true #dbadapter = mysql #dbserver = localhost |