summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-12-30 15:44:10 +0100
committerintrigeri <intrigeri@boum.org>2012-12-30 16:06:30 +0100
commitfa6c3e659d07d9943514fa3857d3f5daeb170834 (patch)
tree2bee5ced0429ecb15bce2ea24c636ef99be6b96e
parent985ec1fe0aee848b3d45e9f8accf6ff156b3af25 (diff)
Fix wrong define and directory name in documentation.
-rw-r--r--manifests/header_checks_snippet.pp2
-rw-r--r--manifests/tlspolicy_snippet.pp2
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: