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/virtual_regexp.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests/virtual_regexp.pp') diff --git a/manifests/virtual_regexp.pp b/manifests/virtual_regexp.pp index db41354..ece3117 100644 --- a/manifests/virtual_regexp.pp +++ b/manifests/virtual_regexp.pp @@ -11,8 +11,9 @@ # Example usage: # # node "toto.example.com" { -# $postfix_manage_virtual_regexp = yes -# include postfix +# class { 'postfix': +# manage_virtual_regexp => 'yes', +# } # postfix::config { "virtual_alias_maps": # value => 'hash://postfix/virtual, regexp:/etc/postfix/virtual_regexp', # } -- cgit v1.2.3