Skip to content

Commit

Permalink
Adding option to not manage pubkey as well as workaround for issue lv…
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeluxe committed Oct 4, 2022
1 parent d68e2b0 commit e530c3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
$opendkim::keys.each |Hash $key| {
ensure_resource('file', "${opendkim::configdir}/keys/${key['domain']}", {
ensure => 'directory',
recurse => true,
owner => 'root',
group => $opendkim::group,
mode => '0710',
Expand Down

0 comments on commit e530c3e

Please sign in to comment.