diff options
-rw-r--r-- | TODO.md | 4 | ||||
-rwxr-xr-x | bin/dependencies | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 |