[__opendkim_key] Overall improvements in key management #22
Open
evilham
wants to merge 4 commits from opendkim-improvements
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'opendkim-improvements'
Deleting a branch is permanent. It CANNOT be undone. Continue?
While developing this, I noticed that the type was handling inconsistently the
expectation that a cdist object with the same __object_id gets modified.
Instead more and more lines were added to, e.g. SigningTable and KeyTable.
In order to solve this, some backwards compatibility breaking is necessary.
This is probably not too terrible since:
--selector
parameter was mandatory, therefore the fallback for the keylocation is triggered.
SigningTable
andKeyTable
Closes #19 and #20