Hi!

Would anyone else fancy a wildcard path expansion in module path
specification?

Example:

modulepath = /etc/puppet/modules/*

-------[ above should expand to this
equivalent ]------------------------------
[ provided that repo1 and repo2 dirs exist in /etc/puppet/modules ]

modulepath = /etc/puppet/modules/repo1:/etc/puppet/modules/repo2



If anyone wonders what could possibly be the usecase for this, here is
the answer.
I manage various puppet module groups in separate git repositories and
then include those repositories as submodules in main puppet config
repo. And every time a new module repository is added I have to
reconfigure puppetmaster by adding new path to module search path,
followed by restart.

With the feature described above this last step would become redundant
and unnecessary.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to