From: Silvio Rhatto Date: Tue, 10 May 2016 13:41:26 +0000 (-0300) Subject: Remove usb-utils from deployment dependencies X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=80088c74392413564c5b23983294cac45abf8dfa;p=puppet-bootstrap.git Remove usb-utils from deployment dependencies --- diff --git a/bin/dependencies b/bin/dependencies index d931fe2..dabb8f1 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -5,7 +5,7 @@ # Parameters BASENAME="`basename $0`" -DEPLOY_DEPENDENCIES="usb-utils rsync puppet-common" +DEPLOY_DEPENDENCIES="rsync puppet-common" DEVELOP_DEPENDENCIES="git mr whois" # Additional wheezy dependencies if not using puppet-common from wheezy-backports