Method: ChefApply::Config.custom_location
- Defined in:
- lib/chef_apply/config.rb
.custom_location(path) ⇒ Object
40 41 42 43 |
# File 'lib/chef_apply/config.rb', line 40 def custom_location(path) @custom_location = path raise "No config file located at #{path}" unless exist? end |