propellor spin

This commit is contained in:
Joey Hess 2014-09-10 22:56:42 -04:00
parent 239f841a6f
commit d8367de73a
Failed to extract signature
1 changed files with 3 additions and 2 deletions

View File

@ -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"