Return to Snippet

Revision: 54334
at December 20, 2011 16:22 by wizonesolutions


Initial Code
mkmod() {
    mkdir "$1"
    mkdir "$1/files" "$1/lib" "$1/manifests" "$1/templates" "$1/tests"
}

Initial URL
http://docs.puppetlabs.com/learning/modules1.html

Initial Description
Useful.

Initial Title
Puppet/.bashrc: Set up module quickly

Initial Tags


Initial Language
Bash