diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 22:17:43 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 22:17:43 -0300 | 
| commit | 9873d7f131b156c88ba6a87c45c0b911a0986dba (patch) | |
| tree | eb6e6e8202d5418ad4c4f862a7f9eaf40ae8b096 /manifests/role/mail.pp | |
| parent | 1564ca8593730f0cd5f4d69dcf5a860f73efccb4 (diff) | |
| download | puppet-nodo-9873d7f131b156c88ba6a87c45c0b911a0986dba.tar.gz puppet-nodo-9873d7f131b156c88ba6a87c45c0b911a0986dba.tar.bz2  | |
Virtual fixes
Diffstat (limited to 'manifests/role/mail.pp')
| -rw-r--r-- | manifests/role/mail.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp index 0f5ba04..2383ada 100644 --- a/manifests/role/mail.pp +++ b/manifests/role/mail.pp @@ -1,5 +1,5 @@  class nodo::role::mail { -  class { [ 'nodo::role::vserver', 'mail::system' ]: } +  class { [ 'nodo::role::virtual', 'mail::system' ]: }    # Config parameters    $delivery = hiera('nodo::subsystem::mail::delivery', 'exim')  | 
