Method: Puppet::Util::UnixRunMode#log_dir
- Defined in:
- lib/puppet/util/run_mode.rb
#log_dir ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
86 87 88 |
# File 'lib/puppet/util/run_mode.rb', line 86 def log_dir which_dir("/var/log/puppetlabs/puppet", "~/.puppetlabs/var/log") end |