Issue #11285 has been updated by Kelsey Hightower.
Looks pretty reasonable to me, let do it. ---------------------------------------- Feature #11285: puppet module generate should produce a skeleton Rakefile https://projects.puppetlabs.com/issues/11285 Author: Jeff McCune Status: Unreviewed Priority: Normal Assignee: Category: modules Target version: Affected Puppet version: development Keywords: 2.7.x Branch: # Overview # Currently in 2.7.x puppet module generates the following structure: <pre> % puppet module generate puppetlabs-test notice: Generating module at /Users/jeff/vms/puppet/tmp/puppetlabs-test puppetlabs-test puppetlabs-test/Modulefile puppetlabs-test/README puppetlabs-test/manifests puppetlabs-test/manifests/init.pp puppetlabs-test/metadata.json puppetlabs-test/spec puppetlabs-test/spec/spec_helper.rb puppetlabs-test/tests puppetlabs-test/tests/init.pp </pre> I'd like it to include a Rakefile with the following tasks by default * spec * build * doc I'll probably create tickets so that the generate method fills out working examples for each of these. Build should already "just work" using the puppet module build action so we won't need a ticket for that. Spec should run whatever unit test suite we're currently using, which is rspec-puppet today. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
