Module: Hibachi::Provisioning
Overview
Code for provisioning the box.
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#chef ⇒ Object
Run chef for the given recipe.
-
#node ⇒ Object
Accessor for the global Chef JSON in an instance.
Instance Method Details
#chef ⇒ Object
Run chef for the given recipe.
19 20 21 |
# File 'lib/hibachi/provisioning.rb', line 19 def chef Hibachi.run_chef recipe, background: run_in_background? end |
#node ⇒ Object
Accessor for the global Chef JSON in an instance.
14 15 16 |
# File 'lib/hibachi/provisioning.rb', line 14 def node self.class.node end |