From 00e4640bcfaad63af34db6abbd56eee45c36a8b1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 1 Feb 2022 22:22:44 -0300 Subject: Fix: update deploy dependencies --- bin/dependencies | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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" -- cgit v1.2.3