app_generators/gepetto/gepetto_generator.rb in gepetto-0.0.10 vs app_generators/gepetto/gepetto_generator.rb in gepetto-0.0.11

- old
+ new

@@ -27,9 +27,10 @@ m.template_copy_each %w( sandbox.pp sandbox-sample.pp ), 'manifests' m.template_copy_each %w( empty.pp ), 'manifests/classes' m.template_copy_each %w( puppet.conf fileserver.conf ), 'config' + m.template_copy_each %w( qemu-ifup ), 'config', script_options m.template_copy_each %w( puppetmasterd puppetca puppetrun module ), 'script', script_options m.dependency "install_rubigen_scripts", [destination_root, "puppet"] end