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