summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-09-10 22:56:42 -0400
committerJoey Hess2014-09-10 22:56:42 -0400
commitd8367de73a6c3df75a5ccd8d783ff48adf1cf7be (patch)
tree0331c5c208b83b2582275695834269cafef72c3a /src/Propellor/Property
parent239f841a6fe9ef06c08c2912ecf5ba784b80b8d5 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 4eb6d477..e90265e8 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -541,8 +541,9 @@ kiteMailServer = propertyList "kitenet.net mail server"
`onChange` (pinescript `File.mode`
combineModes (readModes ++ executeModes))
`describe` "pine wrapper script"
- , "/etc/pine.conf" `File.containsLines`
- [ "inbox-path={localhost/novalidate-cert}inbox"
+ , "/etc/pine.conf" `File.hasContent`
+ [ "# deployed with propellor"
+ , "inbox-path={localhost/novalidate-cert/NoRsh}inbox"
]
`describe` "pine configured to use local imap server"