Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion templates/etc/KeyTable.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# THIS FILE IS MANAGED BY PUPPET
# <%= file %>

<% @keys.each do |mykey| -%>
<%= mykey['selector'] %>._domainkey.<%= mykey['domain'] %> <%= mykey['domain'] %>:<%= mykey['selector'] %>:<%= @configdir %>/keys/<%= mykey['domain'] %>/<%= mykey['selector'] %>
Expand Down
1 change: 0 additions & 1 deletion templates/etc/SigningTable.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# THIS FILE IS MANAGED BY PUPPET
# <%= file %>

<% @keys.each do |mykey| -%>
<% mykey['signingdomains'].each do |signingdomain| -%>
Expand Down
1 change: 0 additions & 1 deletion templates/etc/TrustedHosts.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# THIS FILE IS MANAGED BY PUPPET
# <%= file %>

# To use this file, uncomment the #ExternalIgnoreList and/or the #InternalHosts
# option in /etc/opendkim.conf then restart OpenDKIM. Additional hosts
Expand Down
1 change: 0 additions & 1 deletion templates/etc/opendkim.conf.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# THIS FILE IS MANAGED BY PUPPET
# <%= file %>

# Specifies the path to the process ID file.
PidFile <%= @pidfile %>
Expand Down
1 change: 0 additions & 1 deletion templates/sysconfig/opendkim.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# THIS FILE IS MANAGED BY PUPPET
# <%= file %>

#ALL IS MANAGED BY init.d script and <%= @configfile %>

Expand Down