]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Deploy: check for rsync
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 May 2016 18:29:56 +0000 (15:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 May 2016 18:29:56 +0000 (15:29 -0300)
TODO.md
bin/dependencies

diff --git a/TODO.md b/TODO.md
index be0395e97acea3473c3db6f03d1a9c8bac526523..a7870ec82bdfbf0209882f4be208e86da75acee6 100644 (file)
--- 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.).
index 86c281e15c47f5b015d907fc34b968d7cf0e4691..d931fe22cb0c660d6e11495cef2201817c145604 100755 (executable)
@@ -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