diff options
Diffstat (limited to 'manifests/header_checks_snippet.pp')
-rw-r--r-- | manifests/header_checks_snippet.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/header_checks_snippet.pp b/manifests/header_checks_snippet.pp index 91d7501..05929a3 100644 --- a/manifests/header_checks_snippet.pp +++ b/manifests/header_checks_snippet.pp @@ -14,7 +14,7 @@ Requires: Example usage: node "toto.example.com" { - include postfix + class { 'postfix': } postfix::header_checks_snippet { 'wrong_date': content => 'FIXME'; 'bla': source => 'puppet:///files/etc/postfix/header_checks.d/bla'; |