diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-10 22:56:42 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-10 22:56:42 -0400 |
| commit | d8367de73a6c3df75a5ccd8d783ff48adf1cf7be (patch) | |
| tree | 0331c5c208b83b2582275695834269cafef72c3a /src | |
| parent | 239f841a6fe9ef06c08c2912ecf5ba784b80b8d5 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 5 |
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" |
