Puppet/.bashrc: Set up module quickly


/ Published in: Bash
Save to your folder(s)

Useful.


Copy this code and paste it in your HTML
  1. mkmod() {
  2. mkdir "$1"
  3. mkdir "$1/files" "$1/lib" "$1/manifests" "$1/templates" "$1/tests"
  4. }

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.