Class: Chef::Cooker::Generator

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/chef-cooker.rb

Instance Method Summary collapse

Instance Method Details

#manifestObject



12
13
14
15
16
# File 'lib/chef-cooker.rb', line 12

def manifest
  generate_cookbook
  append_package
  add_and_commit_with_git
end