From: intrigeri Date: Sun, 30 Dec 2012 14:44:10 +0000 (+0100) Subject: Fix wrong define and directory name in documentation. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa6c3e659d07d9943514fa3857d3f5daeb170834;p=puppet-postfix.git Fix wrong define and directory name in documentation. --- diff --git a/manifests/header_checks_snippet.pp b/manifests/header_checks_snippet.pp index 6ffdad8..630ed2f 100644 --- a/manifests/header_checks_snippet.pp +++ b/manifests/header_checks_snippet.pp @@ -15,7 +15,7 @@ Example usage: node "toto.example.com" { include postfix - postfix::header_checks { + postfix::header_checks_snippet { 'wrong_date': content => 'FIXME'; 'bla': source => 'puppet:///files/etc/postfix/header_checks.d/bla'; } diff --git a/manifests/tlspolicy_snippet.pp b/manifests/tlspolicy_snippet.pp index 8f1c376..64c3e5e 100644 --- a/manifests/tlspolicy_snippet.pp +++ b/manifests/tlspolicy_snippet.pp @@ -1,7 +1,7 @@ /* == Definition: postfix::tlspolicy_snippet -Adds a TLS policy snippets to /etc/postfix/tls_policy.d/. +Adds a TLS policy snippets to /etc/postfix/tls_policy. See the postfix::tlspolicy class for details. Parameters: