Skip to content

Instantly share code, notes, and snippets.

@calston
Created November 7, 2012 13:01
Show Gist options
  • Save calston/4031457 to your computer and use it in GitHub Desktop.
Save calston/4031457 to your computer and use it in GitHub Desktop.
#!/bin/bash
name=$1
mkdir -p $name/manifests
mkdir -p $name/files
mkdir -p $name/templates
echo "class $name {" >> $name/manifests/init.pp
echo "}" >> $name/manifests/init.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment