diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 16:45:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 16:45:40 -0400 |
| commit | 7028c2c9cc2cab29a5be4abf4b63ea1b589318e1 (patch) | |
| tree | 5d97446f5fcf22d3f63d2ae296964ff5db8f92a0 /src | |
| parent | 51edffe1733149a2019afd128e97ad72f9c2676a (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 4ff3d608..e6c4bf01 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -513,7 +513,7 @@ kiteMailServer = propertyList "kitenet.net mail server" `onChange` Service.reloaded "dovecot" `describe` "dovecot mail.conf" , "/etc/dovecot/conf.d/10-auth.conf" `File.containsLine` - "!include auth-passwdfile.conf.ex" + "!include auth-passwdfile.conf.ext" `onChange` Service.restarted "dovecot" `describe` "dovecot auth.conf" , File.hasPrivContent dovecotusers ctx |
