From 7028c2c9cc2cab29a5be4abf4b63ea1b589318e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Jul 2014 16:45:40 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3