From 8b78b15e57c4b802be46c540a16be42fd23435f5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Jan 2013 14:03:24 -0200 Subject: Switching to parametrized classes --- manifests/transport.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/transport.pp') 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, -- cgit v1.2.3