aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-02-01 22:22:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-02-01 22:22:44 -0300
commit00e4640bcfaad63af34db6abbd56eee45c36a8b1 (patch)
tree581b5aa0462435c4b4f2e8db0d9e3edd1440acf2
parent2abf493cf25572792e7ad476807c42b4d750bd8c (diff)
downloadpuppet-bootstrap-master.tar.gz
puppet-bootstrap-master.tar.bz2
Fix: update deploy dependenciesHEADmaster
-rwxr-xr-xbin/dependencies7
1 files changed, 1 insertions, 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"