Module: Hibachi::Provisioning::ClassMethods
- Defined in:
- lib/hibachi/provisioning.rb
Instance Method Summary collapse
-
#node ⇒ Object
Accessor for the global Chef JSON.
Instance Method Details
#node ⇒ Object
Accessor for the global Chef JSON.
8 9 10 |
# File 'lib/hibachi/provisioning.rb', line 8 def node @node ||= Node.new(file_path: Hibachi.config.chef_json_path) end |