Method: Boxen::Puppeteer#hiera_config
- Defined in:
- lib/boxen/puppeteer.rb
#hiera_config ⇒ Object
30 31 32 33 34 35 36 |
# File 'lib/boxen/puppeteer.rb', line 30 def hiera_config if File.exist? "#{config.repodir}/config/hiera.yaml" "#{config.repodir}/config/hiera.yaml" else "/dev/null" end end |