summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-10-15 15:25:00 -0400
committerJoey Hess2017-10-15 15:25:00 -0400
commita6313f639207f01b26009aa6ccfe8a9dab307510 (patch)
treef962a5cc1b51e2a9d658e866291e28b6724ff991
parent0c756902ed4061da479e743cea1cbac40130583d (diff)
seems python2 package is gone or never existed?
-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 3076cbfd..7812c855 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 ["python2", "python-pymodbus"]
+ & Apt.installed ["python", "python-pymodbus"]
& File.ownerGroup "/var/www/html" user (userGroup user)
& Git.cloned user "git://git.kitenet.net/joey/homepower" d Nothing
`onChange` buildpoller