diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-19 17:43:16 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-19 17:43:16 +0000 |
commit | 0153a0618396847dc1ecb05be4745adad9c34a45 (patch) | |
tree | 550fcd1bd209d3c42220771ad302ef27cfbc1f3e | |
parent | f0460675bb2aab878ca97c8dbc66485912cf73c9 (diff) | |
download | puppet-0153a0618396847dc1ecb05be4745adad9c34a45.tar.gz puppet-0153a0618396847dc1ecb05be4745adad9c34a45.tar.xz puppet-0153a0618396847dc1ecb05be4745adad9c34a45.zip |
Changing the config cache location to the state dir
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2320 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb index a5cbed306..018d5f787 100644 --- a/lib/puppet/configuration.rb +++ b/lib/puppet/configuration.rb @@ -173,7 +173,7 @@ module Puppet ) self.setdefaults("puppetd", - :localconfig => { :default => "$confdir/localconfig", + :localconfig => { :default => "$statedir/localconfig", :owner => "root", :mode => 0660, :desc => "Where puppetd caches the local configuration. An |