Class: ChefSoloWrapper
- Inherits:
-
Object
- Object
- ChefSoloWrapper
- Defined in:
- lib/chef_solo_wrapper.rb
Direct Known Subclasses
Instance Method Summary collapse
- #download_and_run_cookbook_recipe ⇒ Object
-
#initialize(facility_log_level) ⇒ ChefSoloWrapper
constructor
A new instance of ChefSoloWrapper.
- #run_wrapper ⇒ Object
Constructor Details
#initialize(facility_log_level) ⇒ ChefSoloWrapper
Returns a new instance of ChefSoloWrapper.
3 4 5 6 |
# File 'lib/chef_solo_wrapper.rb', line 3 def initialize(facility_log_level) @facility_log_level = facility_log_level puts "[#{`date`.strip}] Log level: #{facility_log_level.upcase}" end |
Instance Method Details
#download_and_run_cookbook_recipe ⇒ Object
13 14 15 16 |
# File 'lib/chef_solo_wrapper.rb', line 13 def download_and_run_cookbook_recipe end |
#run_wrapper ⇒ Object
8 9 10 11 |
# File 'lib/chef_solo_wrapper.rb', line 8 def run_wrapper end |