summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 04:03:48 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 04:03:48 -0400
commit7e868e5e117fe1e9606eac82898a8df736f5d544 (patch)
tree7a7c13500b70b891ebeddda9fdb6705991e76173 /bootstrap
parent7ca2434b378c0edfa9960296bede841777f45189 (diff)
downloadpuppet-tozt-7e868e5e117fe1e9606eac82898a8df736f5d544.tar.gz
puppet-tozt-7e868e5e117fe1e9606eac82898a8df736f5d544.zip
add a secrets mechanism
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 055efd5..155f4a6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -33,4 +33,5 @@ if remote test ! -e /usr/bin/pacman; then
fi
ensure_conf_exists
+"$(dirname "$0")"/sync-secrets
remote "cd '$conf_location' && puppet apply --modulepath=./modules -e 'include tozt'"