summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 04:09:37 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 04:09:37 -0400
commit7a526547ee1aeff70e0ed33e601327121770698d (patch)
tree5c6bbe236a00237e7acfe7fad1431dac8a63f62a /bootstrap
parent7e868e5e117fe1e9606eac82898a8df736f5d544 (diff)
downloadpuppet-tozt-7a526547ee1aeff70e0ed33e601327121770698d.tar.gz
puppet-tozt-7a526547ee1aeff70e0ed33e601327121770698d.zip
pass through the arguments
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 155f4a6..32deb9b 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
+"$(dirname "$0")"/sync-secrets "$host"
remote "cd '$conf_location' && puppet apply --modulepath=./modules -e 'include tozt'"