Hi

I'm wondering if anybody has successfully managed to get any `puppet
module generate` templates (e.g.
https://github.com/garethr/puppet-module-skeleton) working on a Puppet
Enterprise box?

I've tried both of the github skeleton modules on two different versions
of PE, but not joy.

Seems straight forward enough, git clone the module, cd into the module
directory, run the git command as per instructions, then run puppet module
generate from the same dir.

[root@master puppet-module-skeleton]# find skeleton -type f | git
checkout-index --stdin --force --prefix="$HOME/.puppet/var/puppet-module/"
--

[root@master puppet-module-skeleton]# puppet module generate my-module

Notice: Generating module at /home/training/puppet-module-skeleton/my-module

my-module

my-module/Modulefile

my-module/README

my-module/manifests

my-module/manifests/init.pp

my-module/spec

my-module/spec/spec_helper.rb

my-module/tests
my-module/tests/init.pp

Under manifests dir above, I only see the regular init.pp. The skeleton
templates contain params.pp, config.pp and service.pp.

Maybe it's a Puppet Opensource only thing? Maybe someone knows the code to
hack to make it work in the PE framework?
-- 
Regs,

Stephen J Wallace
M +61 (0)415 306731
http://au.linkedin.com/in/stephenwallace

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAFB-iqeUJwUy3FkfuLKqSiQeSXkD5K6aoX3_z54ee%3DoroPF4Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to