summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-11-19 16:03:35 -0400
committerJoey Hess2017-11-19 16:03:35 -0400
commitf04e690b8e4d153645bd59ddd3cda858dc843786 (patch)
treea57f60729f9c43eac97c39983b00e1e655e12072
parent002d86bdcd88dcf03941e0b40f4f175c1fd3cba6 (diff)
need rsync for upload cron job
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 097171a3..15d21eae 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -912,7 +912,7 @@ alarmClock oncalendar (User user) command = combineProperties "goodmorning timer
homePowerMonitor :: IsContext c => User -> c -> (SshKeyType, Ssh.PubKeyText) -> Property (HasInfo + DebianLike)
homePowerMonitor user ctx sshkey = propertyList "home power monitor" $ props
& Apache.installed
- & Apt.installed ["python", "python-pymodbus", "rrdtool"]
+ & Apt.installed ["python", "python-pymodbus", "rrdtool", "rsync"]
& File.ownerGroup "/var/www/html" user (userGroup user)
& Git.cloned user "git://git.kitenet.net/joey/homepower" d Nothing
& buildpoller