From c1cba66d760589805ca9121d43a66e77ff8dc97d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Nov 2017 05:33:19 -0400 Subject: the ruby-shadow package is necessary to manage user passwords --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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" -- cgit v1.2.3-54-g00ecf