From 1185aa8141a444d9e3c1b6aa9a38ea21a2ce3ea0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Jan 2013 14:04:31 -0200 Subject: Switching postfix module to parametrized classes --- manifests/subsystems/monkeysphere.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/monkeysphere.pp') diff --git a/manifests/subsystems/monkeysphere.pp b/manifests/subsystems/monkeysphere.pp index 76530ca..b4b21e0 100644 --- a/manifests/subsystems/monkeysphere.pp +++ b/manifests/subsystems/monkeysphere.pp @@ -1,6 +1,6 @@ define monkeysphere_host( $port = hiera('nodo::monkeysphere_host::ssh_port', ''), - $mail_recipient = hiera('nodo::root_mail_recipient', 'nobody') + $mail_recipient = hiera('mail::root_mail_recipient', 'nobody') ) { include monkeysphere -- cgit v1.2.3