From: Silvio Rhatto Date: Wed, 2 Feb 2022 01:22:44 +0000 (-0300) Subject: Fix: update deploy dependencies X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=HEAD;p=puppet-bootstrap.git Fix: update deploy dependencies --- diff --git a/bin/dependencies b/bin/dependencies index 3a47a8e..bfbd5e9 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -5,14 +5,9 @@ # Parameters BASENAME="`basename $0`" -DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml r10k" +DEPLOY_DEPENDENCIES="rsync puppet hiera-eyaml r10k" DEVELOP_DEPENDENCIES="git mr whois hiera-eyaml" -# Additional wheezy dependencies if not using puppet-common from wheezy-backports -#if [ "`head -c 1 /etc/debian_version`" == '7' ]; then -# DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-hiera-puppet" -#fi - # Set sudo config if [ "`whoami`" != 'root' ]; then SUDO="sudo"