summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 04:25:54 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 04:25:54 -0400
commit8764b49be357f1d633cfb66277219a626e418236 (patch)
tree7e56fc9ad577ef96e2dfaee683e91dcb5bd42d80 /bootstrap
parent9f2616c0707b9a1e1211e293870910cad5920cc2 (diff)
downloadpuppet-tozt-8764b49be357f1d633cfb66277219a626e418236.tar.gz
puppet-tozt-8764b49be357f1d633cfb66277219a626e418236.zip
sigh
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 529cb7c..537efc5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -33,5 +33,5 @@ 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/ root@"$host":/usr/local/share/puppet-tozt/modules/secret/files
remote "cd '$conf_location' && puppet apply --modulepath=./modules -e 'include tozt'"