]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Remove usb-utils from deployment dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 10 May 2016 13:41:26 +0000 (10:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 10 May 2016 13:41:26 +0000 (10:41 -0300)
bin/dependencies

index d931fe22cb0c660d6e11495cef2201817c145604..dabb8f13bf36698e569873e48ed8cf24480f9f66 100755 (executable)
@@ -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