diff options
author | varac <varacanero@zeromail.org> | 2012-09-06 10:57:03 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-06 10:57:03 +0200 |
commit | e1de953a7dda5a03fccb6bbbe6b60f321ad7e010 (patch) | |
tree | 0a4324a8ca8ad24755d9d99f857a4fc813687045 /deploy.sh | |
parent | 3065aef6aea024baa7e8e2a6968205e63d30aad8 (diff) |
deploy.sh working
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x[-rw-r--r--] | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh index 21cb6b73..c8f89b90 100644..100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ #!/bin/sh -puppet --modulepath=$PWD/modules $PWD/manifests/site.pp $@ +puppet apply --modulepath=$PWD/puppet/modules $PWD/puppet/manifests/site.pp $@ |