summaryrefslogtreecommitdiff
path: root/manifests/header_checks_snippet.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/header_checks_snippet.pp')
-rw-r--r--manifests/header_checks_snippet.pp2
1 files changed, 1 insertions, 1 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';
}