I''m a little confused by the configuration reference. Is the following configuration supposed to work in 0.23.2? # $Id$ 2 3 [main] 4 confdir = <%= confdir %> 5 vardir = <%= vardir %> 6 7 rundir = /var/run 8 logdir = /var/log 9 10 ssldir = $vardir/ssl 11 12 [puppetmasterd] 13 manifestdir = $vardir/manifests 14 modulepath = $vardir/modules 15 16 [ca] 17 autosign = false 18 19 [puppetd] 20 listen = true 21 report = true 22 splay = false 23 24 [reporting] 25 reports = tagmail 26 27 [tagmail] 28 reportfrom = foo@host I can only get it to work as expected with: 1 $Id$ 2 3 [main] 4 confdir = <%= confdir %> 5 vardir = <%= vardir %> 6 7 rundir = /var/run 8 logdir = /var/log 9 10 ssldir = $vardir/ssl 11 12 [puppetmasterd] 13 manifestdir = $vardir/manifests 14 modulepath = $vardir/modules 15 16 reports = tagmail 17 reportfrom = foo@host 18 19 autosign = true 20 21 [puppetd] 22 listen = true 23 report = true 24 splay = false -- Russell A. Jackson <raj@csub.edu> Network Analyst California State University, Bakersfield Always think of something new; this helps you forget your last rotten idea. -- Seth Frankel _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Oct 30, 2007, at 2:17 PM, Russell Jackson wrote:> I''m a little confused by the configuration reference. Is the > following configuration > supposed to work in 0.23.2?No, it''s not. There are two kinds of sections -- one is internal, used to determine what directories get created and files get managed, and one used to determine what settings affect a given process. The former setting is only internal and has no meaning for users. This document has since been fixed, but I have not regenerated it. Feel free to modify the current doc on the wiki so it''s right, and I''ll regenerate it with the correct information on the next release. -- I have learned to use the word ''impossible'' with the greatest caution. -- Wernher von Braun --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com