summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-01-08 23:08:16 -0400
committerJoey Hess2015-01-08 23:08:16 -0400
commit2e2f8b4fdd9971ea1d885cf72b9950a97761be9c (patch)
tree92dda0b922eefaf97484526aefb3a5e3f7008aa1
parent5fc0aee40b2b2884c854cca5524333c8a4875009 (diff)
propellor spin
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index e425df8b..e2bcddb1 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -622,6 +622,7 @@ dkimMilter = Postfix.mainCfFile `File.containsLines`
dkimInstalled :: Property
dkimInstalled = propertyList "opendkim installed"
[ Apt.serviceInstalledRunning "opendkim"
+ , File.dirExists "/etc/mail"
, File.hasPrivContent "/etc/mail/dkim.key" (Context "kitenet.net")
, File.ownerGroup "/etc/mail/dkim.key" "opendkim" "opendkim"
, "/etc/default/opendkim" `File.containsLine`