aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-05 15:29:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-05 15:29:56 -0300
commit03764c2528cfa2733cf3d80ddd2e25613408bc2d (patch)
tree03b70da49653cf0f55870b870bc481054e54398e
parent5eb398318fd79d5f48f386fa9f9fcda3a3f91da4 (diff)
downloadpuppet-bootstrap-03764c2528cfa2733cf3d80ddd2e25613408bc2d.tar.gz
puppet-bootstrap-03764c2528cfa2733cf3d80ddd2e25613408bc2d.tar.bz2
Deploy: check for rsync
-rw-r--r--TODO.md4
-rwxr-xr-xbin/dependencies2
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index be0395e..a7870ec 100644
--- a/TODO.md
+++ b/TODO.md
@@ -28,7 +28,9 @@ Medium priority
Low priority
------------
-- drupal/wordpress: cronjobs: switch to site user.
+- drupal/wordpress:
+ - upgrade: diff.
+ - cronjobs: switch to site user.
- mail:
- [use ssl::dhparams, move to 2048 bit and use the standard file names and paths](https://leap.se/code/issues/4012).
- support for [preventing SPAM connections with bird](http://www.debian-administration.org/article/715/Preventing_SPAM_connections_with_bird.).
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