summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-14 23:24:03 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-14 23:24:03 -0500
commit226e15f10142b44358a1eb319c1c10da59c0543a (patch)
treef60cb1ec75f64b4ea16b25f3ab62d79bd79e4724 /bin/helpers
parented1e89ba5b68bdbac11179bf54831c9ac7090da8 (diff)
downloadpuppet-tozt-226e15f10142b44358a1eb319c1c10da59c0543a.tar.gz
puppet-tozt-226e15f10142b44358a1eb319c1c10da59c0543a.zip
puppet won't manage passwords without ruby-shadow
Diffstat (limited to 'bin/helpers')
-rwxr-xr-xbin/helpers/launch-partofme2
1 files changed, 1 insertions, 1 deletions
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"