Method: Boxen::Config#puppetdir
- Defined in:
- lib/boxen/config.rb
#puppetdir ⇒ Object
The directory where Puppet expects configuration (which we don’t use) and runtime information (which we generally don’t care about). Default is ‘/tmp/boxen/puppet`. Respects the `BOXEN_PUPPET_DIR` environment variable.
210 211 212 |
# File 'lib/boxen/config.rb', line 210 def puppetdir @puppetdir || ENV["BOXEN_PUPPET_DIR"] || "/tmp/boxen/puppet" end |