summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-08 02:31:12 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-08 02:31:12 -0400
commit9e64cd5266277955912d8d5b5442ad7b64e8d787 (patch)
tree90ca2b5ec92b3a946c17dde96647a48b6e83c5f5 /bootstrap
parent3e7ddb19cae642e9a21cd0cd31ac0148087e4e13 (diff)
downloadpuppet-tozt-9e64cd5266277955912d8d5b5442ad7b64e8d787.tar.gz
puppet-tozt-9e64cd5266277955912d8d5b5442ad7b64e8d787.zip
shellcheck
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ef985fc..9b4d708 100755
--- a/bootstrap
+++ b/bootstrap
@@ -7,7 +7,8 @@ conf_location="/usr/local/share/puppet-tozt"
conf_repo="git://github.com/doy/puppet-tozt"
remote() {
- ssh root@$host "$@"
+ # shellcheck disable=SC2029
+ ssh root@"$host" "$@"
}
ensure_conf_exists() {