aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-10 10:41:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-10 10:41:26 -0300
commit80088c74392413564c5b23983294cac45abf8dfa (patch)
tree76f82ce938006a986dd7c45e618553ce5ee62629 /bin
parent03764c2528cfa2733cf3d80ddd2e25613408bc2d (diff)
downloadpuppet-bootstrap-80088c74392413564c5b23983294cac45abf8dfa.tar.gz
puppet-bootstrap-80088c74392413564c5b23983294cac45abf8dfa.tar.bz2
Remove usb-utils from deployment dependencies
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dependencies2
1 files changed, 1 insertions, 1 deletions
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