diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | lib/puppet/configuration.rb | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ + Changed the location of the classes.txt to the state + directory. + Added better error reporting on unmatched brackets. Moved puppetd and puppetmasterd to sbin in svn and fixed install.rb diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb index d1526e2be..5f078d951 100644 --- a/lib/puppet/configuration.rb +++ b/lib/puppet/configuration.rb @@ -318,7 +318,7 @@ module Puppet :mode => 0660, :desc => "Where puppetd caches the local configuration. An extension indicating the cache format is added automatically."}, - :classfile => { :default => "$confdir/classes.txt", + :classfile => { :default => "$statedir/classes.txt", :owner => "root", :mode => 0644, :desc => "The file in which puppetd stores a list of the classes |