diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 16:43:11 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 16:43:11 -0400 |
| commit | 51edffe1733149a2019afd128e97ad72f9c2676a (patch) | |
| tree | 38e7a4e17da25236b6186d6d903a9545a881e1d0 /src | |
| parent | 2a973d97f727f0823d54c587f4ca69f9e2f576ff (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 5f647bf2..4ff3d608 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -519,6 +519,7 @@ kiteMailServer = propertyList "kitenet.net mail server" , File.hasPrivContent dovecotusers ctx `onChange` (dovecotusers `File.mode` combineModes [ownerReadMode, groupReadMode]) + , File.ownerGroup dovecotusers "root" "dovecot" , Apt.installed ["mutt", "bsd-mailx", "alpine"] |
