summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:37:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:37:55 -0200
commitf356f8e0789a65cf51d3458f547874b1d7992ed3 (patch)
tree0651a57f11d40dcda8b8ac110bce6075a3e3e211 /manifests/system.pp
parent15eeebf883a96bcd69bb1d36a9bc54866d281823 (diff)
downloadpuppet-mail-f356f8e0789a65cf51d3458f547874b1d7992ed3.tar.gz
puppet-mail-f356f8e0789a65cf51d3458f547874b1d7992ed3.tar.bz2
Include default virtual parameters (2)
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index bf57896..8d665f2 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -35,7 +35,7 @@ class mail::system {
# Virtual mail system
case hiera('mail::virtual', false) {
true: {
- class { 'mail::virtual': }
+ class { [ 'mail::virtual::params', 'mail::virtual' ]: }
}
default: {
include mail::regular