summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-04 05:33:19 -0400
committerJesse Luehrs <doy@tozt.net>2017-11-04 05:33:19 -0400
commitc1cba66d760589805ca9121d43a66e77ff8dc97d (patch)
tree071938b2cf6abe70e76305f152d27f6218296769 /bootstrap
parentab2eca7bb4d0eef0d175e2a980a9f1d160f4ce1e (diff)
downloadpuppet-tozt-c1cba66d760589805ca9121d43a66e77ff8dc97d.tar.gz
puppet-tozt-c1cba66d760589805ca9121d43a66e77ff8dc97d.zip
the ruby-shadow package is necessary to manage user passwords
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 9baf29a..8cd6312 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,7 +10,7 @@ if ssh root@$host test ! -e /usr/bin/pacman; then
sleep 30
fi
-ssh root@$host pacman --noconfirm --needed -S puppet git
+ssh root@$host pacman --noconfirm --needed -S puppet git ruby-shadow
if ssh root@$host test -d /tmp/bootstrap-tozt; then
ssh root@$host "cd /tmp/bootstrap-tozt && git pull"