diff options
Diffstat (limited to 'manifests/transport.pp')
-rw-r--r-- | manifests/transport.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/transport.pp b/manifests/transport.pp index 5ca5554..90c5468 100644 --- a/manifests/transport.pp +++ b/manifests/transport.pp @@ -18,7 +18,7 @@ Example usage: node "toto.example.com" { - include postfix + class { 'postfix': } postfix::hash { "/etc/postfix/transport": ensure => present, |