diff options
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 |