Class: Cheftacular::InitializationAction

Inherits:
Object
  • Object
show all
Includes:
SSHKit::DSL
Defined in:
lib/cheftacular/initialization_action.rb,
lib/cheftacular/stateless_actions/help.rb,
lib/cheftacular/stateless_actions/version.rb,
lib/cheftacular/stateless_actions/arguments.rb,
lib/cheftacular/stateless_actions/chef_server.rb,
lib/cheftacular/stateless_actions/cleanup_logs.rb,
lib/cheftacular/stateless_actions/clear_caches.rb,
lib/cheftacular/stateless_actions/compile_readme.rb,
lib/cheftacular/stateless_actions/update_cookbook.rb,
lib/cheftacular/stateless_actions/location_aliases.rb,
lib/cheftacular/stateless_actions/cheftacular_yml_help.rb,
lib/cheftacular/stateless_actions/initialize_cheftacular_yml.rb

Instance Method Summary collapse

Constructor Details

#initialize(options, config) ⇒ InitializationAction

Returns a new instance of InitializationAction.



6
7
8
# File 'lib/cheftacular/initialization_action.rb', line 6

def initialize options, config
  @options, @config = options, config
end

Instance Method Details

#argumentsObject Also known as: flags



72
73
74
# File 'lib/cheftacular/stateless_actions/arguments.rb', line 72

def arguments
  
end

#chef_serverObject



31
32
33
# File 'lib/cheftacular/stateless_actions/chef_server.rb', line 31

def chef_server
  
end

#cheftacular_yml_helpObject Also known as: yml_help



26
27
28
# File 'lib/cheftacular/stateless_actions/cheftacular_yml_help.rb', line 26

def cheftacular_yml_help
  
end

#cleanup_logsObject



23
24
25
# File 'lib/cheftacular/stateless_actions/cleanup_logs.rb', line 23

def cleanup_logs
  
end

#clear_cachesObject



21
22
23
# File 'lib/cheftacular/stateless_actions/clear_caches.rb', line 21

def clear_caches
  
end

#compile_readmeObject



14
15
16
# File 'lib/cheftacular/stateless_actions/compile_readme.rb', line 14

def compile_readme
  
end

#helpObject



18
19
20
# File 'lib/cheftacular/stateless_actions/help.rb', line 18

def help
  
end

#initialize_cheftacular_ymlObject



23
24
25
# File 'lib/cheftacular/stateless_actions/initialize_cheftacular_yml.rb', line 23

def initialize_cheftacular_yml
  
end

#location_aliasesObject



21
22
23
# File 'lib/cheftacular/stateless_actions/location_aliases.rb', line 21

def location_aliases
  
end

#update_cookbookObject



23
24
25
# File 'lib/cheftacular/stateless_actions/update_cookbook.rb', line 23

def update_cookbook

end

#versionObject



21
22
23
# File 'lib/cheftacular/stateless_actions/version.rb', line 21

def version
  
end