summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-04 05:35:02 -0400
committerJesse Luehrs <doy@tozt.net>2017-11-04 05:35:02 -0400
commitd939b109493ab6d6ef6530c3347cc0055869537e (patch)
treee2b75b4d2f82db0c01b01b49108c1af24b3eab3e /bootstrap
parentc1cba66d760589805ca9121d43a66e77ff8dc97d (diff)
downloadpuppet-tozt-d939b109493ab6d6ef6530c3347cc0055869537e.tar.gz
puppet-tozt-d939b109493ab6d6ef6530c3347cc0055869537e.zip
update package lists
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 8cd6312..806e5b2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,6 +10,7 @@ if ssh root@$host test ! -e /usr/bin/pacman; then
sleep 30
fi
+ssh root@$host pacman --noconfirm -Sy
ssh root@$host pacman --noconfirm --needed -S puppet git ruby-shadow
if ssh root@$host test -d /tmp/bootstrap-tozt; then