Skip to content

Commit 937b090

Browse files
authored
Merge pull request #6 from jkroepke/comments
Removed full path comments on configfile
2 parents 32fe2a0 + 63711e0 commit 937b090

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

templates/etc/KeyTable.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# THIS FILE IS MANAGED BY PUPPET
2-
# <%= file %>
32

43
<% @keys.each do |mykey| -%>
54
<%= mykey['selector'] %>._domainkey.<%= mykey['domain'] %> <%= mykey['domain'] %>:<%= mykey['selector'] %>:<%= @configdir %>/keys/<%= mykey['domain'] %>/<%= mykey['selector'] %>

templates/etc/SigningTable.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# THIS FILE IS MANAGED BY PUPPET
2-
# <%= file %>
32

43
<% @keys.each do |mykey| -%>
54
<% mykey['signingdomains'].each do |signingdomain| -%>

templates/etc/TrustedHosts.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# THIS FILE IS MANAGED BY PUPPET
2-
# <%= file %>
32

43
# To use this file, uncomment the #ExternalIgnoreList and/or the #InternalHosts
54
# option in /etc/opendkim.conf then restart OpenDKIM. Additional hosts

templates/etc/opendkim.conf.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# THIS FILE IS MANAGED BY PUPPET
2-
# <%= file %>
32

43
# Specifies the path to the process ID file.
54
PidFile <%= @pidfile %>

templates/sysconfig/opendkim.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# THIS FILE IS MANAGED BY PUPPET
2-
# <%= file %>
32

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

0 commit comments

Comments
 (0)