Class: ChefSoloWrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/chef_solo_wrapper.rb

Direct Known Subclasses

ConfigHelper

Instance Method Summary collapse

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_recipeObject



13
14
15
16
# File 'lib/chef_solo_wrapper.rb', line 13

def download_and_run_cookbook_recipe
  

end

#run_wrapperObject



8
9
10
11
# File 'lib/chef_solo_wrapper.rb', line 8

def run_wrapper
  

end