diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-05 15:29:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-05 15:29:56 -0300 |
commit | 03764c2528cfa2733cf3d80ddd2e25613408bc2d (patch) | |
tree | 03b70da49653cf0f55870b870bc481054e54398e /bin/dependencies | |
parent | 5eb398318fd79d5f48f386fa9f9fcda3a3f91da4 (diff) | |
download | puppet-bootstrap-03764c2528cfa2733cf3d80ddd2e25613408bc2d.tar.gz puppet-bootstrap-03764c2528cfa2733cf3d80ddd2e25613408bc2d.tar.bz2 |
Deploy: check for rsync
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 86c281e..d931fe2 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -5,7 +5,7 @@ # Parameters BASENAME="`basename $0`" -DEPLOY_DEPENDENCIES="usb-utils puppet-common" +DEPLOY_DEPENDENCIES="usb-utils rsync puppet-common" DEVELOP_DEPENDENCIES="git mr whois" # Additional wheezy dependencies if not using puppet-common from wheezy-backports |