From bf33ac997636c4b6c199cfff1e171ffaff437c91 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 13 Nov 2018 00:19:06 -0500 Subject: actually, let's make this shared again --- bin/helpers/launch-tozt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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" -- cgit v1.2.3-54-g00ecf