summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 23:17:45 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 23:18:10 -0400
commita27c1db640342f482076fb9306363d909f89bcb4 (patch)
tree1dfb90753ab2cb43bb1d54e225fcd0ab92e9e576 /bin/helpers
parentbc6fb3098c70c11b1c17ddb51794d154304fa0b4 (diff)
downloadpuppet-tozt-a27c1db640342f482076fb9306363d909f89bcb4.tar.gz
puppet-tozt-a27c1db640342f482076fb9306363d909f89bcb4.zip
sync secrets to the right place
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 360c5d7..3eb1ae1 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/modules/secret/files
+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'"
echo "Done"