Re: [Puppet Users] Script for creating module directory stucture

2010-01-15 Thread Paul Nasrat
2010/1/15 Kenneth Holter : > Hi. > > > Have anyone create a script for creating the directory structure for > modules? Would be nice to have a script that set this up automatically. You might want to look at gepetto http://github.com/albanpeignier/gepetto Paul -- You received this message becau

Re: [Puppet Users] Script for creating module directory stucture

2010-01-15 Thread Julian Simpson
> $ mkdir -p module/{manifests,files,templates}; touch > module/manifests/site.pp touch module/README module/metadata.json git add module git commit -m 'my great module" -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send

Re: [Puppet Users] Script for creating module directory stucture

2010-01-15 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/01/10 1:31 AM, Kenneth Holter wrote: > Hi. > > > Have anyone create a script for creating the directory structure for > modules? Would be nice to have a script that set this up automatically. > Not sure you need a script. $ mkdir -p modul