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