Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Shortcut puppet invocation script
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Apr 10, 2011
1 parent 11f745b commit 17c09af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions puppet.sh
@@ -0,0 +1,5 @@
if [[ $1 == "debug" ]]; then
puppet apply --debug --trace --modulepath=modules/ puppet.pp
else
puppet apply --modulepath=modules/ puppet.pp
fi

0 comments on commit 17c09af

Please sign in to comment.