summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'bin/helpers')
-rwxr-xr-xbin/helpers/launch-tozt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/helpers/launch-tozt b/bin/helpers/launch-tozt
index 3eb1ae1..7b23894 100755
--- a/bin/helpers/launch-tozt
+++ b/bin/helpers/launch-tozt
@@ -65,7 +65,7 @@ if remote test ! -e /usr/bin/pacman; then
fi
ensure_conf_exists
-scp -r /mnt/puppet/tozt/ root@"$host":/usr/local/share/puppet-tozt/tozt/secret/files
-remote "cd '$conf_location' && puppet apply --modulepath=./tozt -e 'include tozt'"
+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'"
echo "Done"