# File lib/hiera/util.rb, line 22 def config_dir if microsoft_windows? File.join(common_appdata, 'PuppetLabs', 'hiera', 'etc') else '/etc' end end