diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-03 00:47:04 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-03 00:47:04 +0000 |
| commit | c140037f486ef4f0933e6a4a78b44f1105859b8b (patch) | |
| tree | 5a7bbadca1317f6ffbeea27b5ba34599cb392333 /lib | |
| parent | 127f0dff768a7205a1ed9552427f278c025b0d8b (diff) | |
| download | puppet-c140037f486ef4f0933e6a4a78b44f1105859b8b.tar.gz puppet-c140037f486ef4f0933e6a4a78b44f1105859b8b.tar.xz puppet-c140037f486ef4f0933e6a4a78b44f1105859b8b.zip | |
Not setting the graphdir to the puppet user, since it is only used by puppetd
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2021 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/transaction.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/puppet/transaction.rb b/lib/puppet/transaction.rb index b6d0bfa3f..f3d05b5ef 100644 --- a/lib/puppet/transaction.rb +++ b/lib/puppet/transaction.rb @@ -17,11 +17,7 @@ class Transaction :graph => [false, "Whether to create dot graph files for the different configuration graphs. These dot files can be interpreted by tools like OmniGraffle or dot (which is part of ImageMagick)."], - :graphdir => { :default => "$statedir/graphs", - :mode => 0775, - :owner => "$user", - :group => "$group", - } + :graphdir => ["$statedir/graphs", "Where to store dot-outputted graphs."] ) Puppet.config.setdefaults(:transaction, :tags => ["", "Tags to use to find resources. If this is set, then |
