]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Fix: update deploy dependencies master
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 2 Feb 2022 01:22:44 +0000 (22:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 2 Feb 2022 01:22:44 +0000 (22:22 -0300)
bin/dependencies

index 3a47a8e6962c9f530be56cfd0343e822b48bcaf3..bfbd5e9f90ce9c6f5c148f8eb94b271ee2745c85 100755 (executable)
@@ -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"