diff options
author | intrigeri <intrigeri@boum.org> | 2012-12-30 15:44:10 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-12-30 16:06:30 +0100 |
commit | fa6c3e659d07d9943514fa3857d3f5daeb170834 (patch) | |
tree | 2bee5ced0429ecb15bce2ea24c636ef99be6b96e | |
parent | 985ec1fe0aee848b3d45e9f8accf6ff156b3af25 (diff) | |
download | puppet-postfix-fa6c3e659d07d9943514fa3857d3f5daeb170834.tar.gz puppet-postfix-fa6c3e659d07d9943514fa3857d3f5daeb170834.tar.bz2 |
Fix wrong define and directory name in documentation.
-rw-r--r-- | manifests/header_checks_snippet.pp | 2 | ||||
-rw-r--r-- | manifests/tlspolicy_snippet.pp | 2 |
2 files changed, 2 insertions, 2 deletions
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: |