diff options
author | Micah Anderson <micah@riseup.net> | 2012-08-30 11:57:05 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-08-30 11:57:05 -0400 |
commit | 3065aef6aea024baa7e8e2a6968205e63d30aad8 (patch) | |
tree | a25686dee8be9a7a28b4b00262ed64e18b4dcfe5 /deploy.sh |
add basic puppetmaster-less deploy script
Diffstat (limited to 'deploy.sh')
-rw-r--r-- | deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 00000000..21cb6b73 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +puppet --modulepath=$PWD/modules $PWD/manifests/site.pp $@ |