diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-10 10:41:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-10 10:41:26 -0300 |
commit | 80088c74392413564c5b23983294cac45abf8dfa (patch) | |
tree | 76f82ce938006a986dd7c45e618553ce5ee62629 /bin/dependencies | |
parent | 03764c2528cfa2733cf3d80ddd2e25613408bc2d (diff) | |
download | puppet-bootstrap-80088c74392413564c5b23983294cac45abf8dfa.tar.gz puppet-bootstrap-80088c74392413564c5b23983294cac45abf8dfa.tar.bz2 |
Remove usb-utils from deployment dependencies
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-x | bin/dependencies | 2 |
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 |