Method: Hiera::Util.code_dir
- Defined in:
- lib/hiera/util.rb
.code_dir ⇒ Object
27 28 29 30 31 32 33 |
# File 'lib/hiera/util.rb', line 27 def code_dir if microsoft_windows? File.join(common_appdata, 'PuppetLabs', 'code') else '/etc/puppetlabs/code' end end |