Fixed puppet.conf for Puppet 2.6

This commit is contained in:
Ossi Salmi 2011-02-01 16:06:16 +02:00 committed by Timo Mkinen
parent f72ec5b350
commit 533bd88744
2 changed files with 8 additions and 0 deletions

View file

@ -40,7 +40,11 @@
pluginsignore = .svn CVS RCS
factpath = $vardir/lib/facter
<% if puppetversion[/\d+/].to_i >= 2 -%>
[agent]
<% else -%>
[puppetd]
<% end -%>
# The file in which puppetd stores a list of the classes
# associated with the retrieved configuratiion. Can be loaded in
# the separate ``puppet`` executable using the ``--loadclasses``

View file

@ -1,5 +1,9 @@
<% if puppetversion[/\d+/].to_i >= 2 -%>
[master]
<% else -%>
[puppetmasterd]
<% end -%>
# Enable reporting on server.
reports = tagmail,store,rrdgraph