summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-16 21:26:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-16 21:26:28 -0200
commit911337e91c6a34d9fca8ba9095b8c3864571cc5b (patch)
tree7fc718159f96f4d997e346a21e876ac25e70be64 /templates
parent7b164d8ea701baf67b4b7bdf530002c2871ec151 (diff)
downloadpuppet-puppet-911337e91c6a34d9fca8ba9095b8c3864571cc5b.tar.gz
puppet-puppet-911337e91c6a34d9fca8ba9095b8c3864571cc5b.tar.bz2
Setting name of puppet agent section in config file
Diffstat (limited to 'templates')
-rw-r--r--templates/puppet-node.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/puppet-node.conf.erb b/templates/puppet-node.conf.erb
index 0a1943c..033c2e5 100644
--- a/templates/puppet-node.conf.erb
+++ b/templates/puppet-node.conf.erb
@@ -6,7 +6,7 @@ rundir = /var/run/puppet
factpath = $vardir/lib/facter
pluginsync = true
-[agent]
+[<%= puppet_agent_section %>]
vardir = /var/lib/puppet
ssldir = $vardir/ssl
server = puppet.<%= domain %>