summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 23:11:49 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 23:11:49 -0400
commitd0ef063b3d2cf7b4c2eba540a0773dae3afc26ef (patch)
tree3e0777697dd6f7fe10110a0ac8d72d1d6c36e8c3 /bin
parent026d8c3eb1757a1841aa91249573c668f981de65 (diff)
downloadpuppet-tozt-d0ef063b3d2cf7b4c2eba540a0773dae3afc26ef.tar.gz
puppet-tozt-d0ef063b3d2cf7b4c2eba540a0773dae3afc26ef.zip
also need to update the path during bootstrapping
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 99d7686..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/ root@"$host":/usr/local/share/puppet-tozt/modules/secret/files
+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"