summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 04:20:43 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 04:20:43 -0400
commit9f2616c0707b9a1e1211e293870910cad5920cc2 (patch)
tree11f513eeb8a330b061e477277efff49f8ac7286f /bootstrap
parent7a526547ee1aeff70e0ed33e601327121770698d (diff)
downloadpuppet-tozt-9f2616c0707b9a1e1211e293870910cad5920cc2.tar.gz
puppet-tozt-9f2616c0707b9a1e1211e293870910cad5920cc2.zip
rsync doesn't come with the base image
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 32deb9b..529cb7c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -33,5 +33,5 @@ if remote test ! -e /usr/bin/pacman; then
fi
ensure_conf_exists
-"$(dirname "$0")"/sync-secrets "$host"
+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'"