Sha256: 0effa64dba96d35e397ff4294d7921c1952a2ef146d729e5f1f85a4b9538e481
Contents?: true
Size: 437 Bytes
Versions: 43
Compression:
Stored size: 437 Bytes
Contents
module ChefCap module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def install copy_file "Capfile", "Capfile" directory "chef/cookbooks/gems/recipes" copy_file "chef/node.json", "chef/node.json" copy_file "chef/cookbooks/gems/recipes/default.rb", "chef/cookbooks/gems/recipes/default.rb" end end end end
Version data entries
43 entries across 43 versions & 1 rubygems