wip
This commit is contained in:
parent
dfd2c0b992
commit
ac25279276
1 changed files with 2 additions and 0 deletions
|
@ -13,9 +13,11 @@ users['opendkim'] = {}
|
||||||
directories = {
|
directories = {
|
||||||
'/etc/opendkim': {
|
'/etc/opendkim': {
|
||||||
**file_attributes,
|
**file_attributes,
|
||||||
|
'purge' : True,
|
||||||
},
|
},
|
||||||
'/etc/opendkim/keys': {
|
'/etc/opendkim/keys': {
|
||||||
**file_attributes,
|
**file_attributes,
|
||||||
|
'purge' : True,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue