propellor spin

This commit is contained in:
Joey Hess 2015-01-08 23:08:16 -04:00
parent 5fc0aee40b
commit 2e2f8b4fdd
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

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