summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 21:25:44 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 21:25:44 -0400
commit89c0cc84be250ba8fe5722baa35293c70c98f2a0 (patch)
tree4328a8b7edfb1e1b22a07f6165e7b7942d3cf63b /bin
parent145883adc8f58ba41fa6a679b97370ffc448ea39 (diff)
downloadpuppet-tozt-89c0cc84be250ba8fe5722baa35293c70c98f2a0.tar.gz
puppet-tozt-89c0cc84be250ba8fe5722baa35293c70c98f2a0.zip
move the tozt module around to allow for more host types
Diffstat (limited to 'bin')
-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 acd7ed9..e562e80 100755
--- a/bin/helpers/launch-tozt
+++ b/bin/helpers/launch-tozt
@@ -66,6 +66,6 @@ fi
ensure_conf_exists
scp -r /mnt/puppet/ 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 -e 'include host::tozt'"
echo "Done"