summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-13 00:29:30 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-13 00:33:24 -0500
commit8cbc72093f0f1b100a61a29a9bd38280ee9cfbc0 (patch)
treeff9193d8d3b5ba3ba150a57c8a41146850587ebc /bin/helpers
parentbf33ac997636c4b6c199cfff1e171ffaff437c91 (diff)
downloadpuppet-tozt-8cbc72093f0f1b100a61a29a9bd38280ee9cfbc0.tar.gz
puppet-tozt-8cbc72093f0f1b100a61a29a9bd38280ee9cfbc0.zip
try moving to manifests and nodes
Diffstat (limited to 'bin/helpers')
-rwxr-xr-xbin/helpers/launch-tozt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/helpers/launch-tozt b/bin/helpers/launch-tozt
index 7b23894..0d93aac 100755
--- a/bin/helpers/launch-tozt
+++ b/bin/helpers/launch-tozt
@@ -66,6 +66,6 @@ fi
ensure_conf_exists
scp -r /mnt/puppet/tozt/ root@"$host":/usr/local/share/puppet-tozt/modules/secret/files
-remote "cd '$conf_location' && puppet apply --modulepath=./modules -e 'include tozt'"
+remote "cd '$conf_location' && puppet apply --modulepath=./modules manifests"
echo "Done"