Kenneth Holter
2010-Jan-15 14:31 UTC
[Puppet Users] Script for creating module directory stucture
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. Regards, Kenneth Holter -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
James Turnbull
2010-Jan-15 15:04 UTC
Re: [Puppet Users] Script for creating module directory stucture
-----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 module/{manifests,files,templates}; touch module/manifests/site.pp Regards James Turnbull - -- Author of: * Pro Linux System Administration (http://tinyurl.com/linuxadmin) * Pulling Strings with Puppet (http://tinyurl.com/pupbook) * Pro Nagios 2.0 (http://tinyurl.com/pronagios) * Hardening Linux (http://tinyurl.com/hardeninglinux) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEVAwUBS1CEACFa/lDkFHAyAQIt1Qf8Cv2WlYXiQbX9t/wl5XbIC/vu4lEtzE// 5JZnVpzCEDH4Y5D1p1apKNNOE9O6M3lLegIIDCtoBrqmlAqsQ8GLw5q4jPRpid2U NrmKH8kZrNq3GzAQYeUZ+hmtzhm99hqP7ffK9ArzAkNLWw0hAO24vNMtzvP+z6vW NmFLeAPYFG4yozxYaxUAuMncYw5d/Q2GWBftOfTbeIpYa7Zog6wzy4Im3t18V5q4 fXSWVNSI+STdxGjD1RJ3tJjguELUxY5ZfnFV6L8TxqtLE7h68I9QaJSllBr8jJql gxbdRvzkjM6D4auMdNJfkTB0/dJo+PzCR0stdwG1gyBoa7SQLpCPOA==GiSB -----END PGP SIGNATURE----- -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Julian Simpson
2010-Jan-15 15:08 UTC
Re: [Puppet Users] Script for creating module directory stucture
> $ mkdir -p module/{manifests,files,templates}; touch > module/manifests/site.pptouch 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 email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Paul Nasrat
2010-Jan-15 15:20 UTC
Re: [Puppet Users] Script for creating module directory stucture
2010/1/15 Kenneth Holter <kenneho.ndu@gmail.com>:> 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 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.