From: Marc Fournier Date: Wed, 13 May 2009 14:23:03 +0000 (+0200) Subject: added comments in puppet templates X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3d31ddcede7fcc24096ffbc54d6be4dae152db64;p=puppet-postfix.git added comments in puppet templates --- diff --git a/templates/master.cf.debian-etch.erb b/templates/master.cf.debian-etch.erb index caff028..674682c 100644 --- a/templates/master.cf.debian-etch.erb +++ b/templates/master.cf.debian-etch.erb @@ -1,3 +1,4 @@ +# file managed by puppet # # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page (command: "man 5 master"). diff --git a/templates/master.cf.redhat5.erb b/templates/master.cf.redhat5.erb index ddc776a..08564b2 100644 --- a/templates/master.cf.redhat5.erb +++ b/templates/master.cf.redhat5.erb @@ -1,3 +1,4 @@ +# file managed by puppet # # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page (command: "man 5 master").