From 226e15f10142b44358a1eb319c1c10da59c0543a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 14 Nov 2018 23:24:03 -0500 Subject: puppet won't manage passwords without ruby-shadow --- bin/helpers/launch-partofme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/helpers') diff --git a/bin/helpers/launch-partofme b/bin/helpers/launch-partofme index 43643bc..0c9b915 100755 --- a/bin/helpers/launch-partofme +++ b/bin/helpers/launch-partofme @@ -27,7 +27,7 @@ while ! run true; do sleep 5 done -run "pacman -S --noconfirm git puppet" +run "pacman -S --noconfirm git puppet ruby-shadow" run "mkdir -p '$conf_location'" run "cd '$conf_location' && git clone '$conf_repo' ." run "cd '$conf_location' && git submodule update --init --recursive" -- cgit v1.2.3-54-g00ecf