From 9c4dacfb6e0d437bbad422332c836481c067efd2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 16:22:49 -0200 Subject: Changing hiera parameters --- manifests/nodo.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index e35ec3f..873c075 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -27,11 +27,11 @@ class nodo { $ntp_servers = [ 'a.ntp.br', 'b.ntp.br', 'c.ntp.br' ] # Email delivery configuration - case hiera('mail_delivery', 'exim') { + case hiera('nodo::mail_delivery', 'exim') { 'tunnel': { - $mail_hostname = hiera('mail_hostname') + $mail_hostname = hiera('nodo::mail_hostname') tunnel::mail { "$mail_hostname": - sshport => hiera('mail_ssh_port'), + sshport => hiera('nodo::mail_ssh_port'), } } 'postfix': { } @@ -47,8 +47,8 @@ class nodo { } class { 'apt': - include_src => hiera('apt_include_src', false), - use_next_release => hiera('apt_use_next_release', false), + include_src => hiera('nodo::apt_include_src', false), + use_next_release => hiera('nodo::apt_use_next_release', false), } include apt::unattended_upgrades -- cgit v1.2.3