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
> $ 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
-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