diff options
-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 $@ |