summaryrefslogtreecommitdiff
path: root/manifests/virtual_regexp.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/virtual_regexp.pp')
-rw-r--r--manifests/virtual_regexp.pp5
1 files changed, 3 insertions, 2 deletions
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',
# }