aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:22:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:22:49 -0200
commit9c4dacfb6e0d437bbad422332c836481c067efd2 (patch)
tree30765e6e854336d7f1199a3a32714c99b0e980f1 /manifests/nodo.pp
parent59040148cccdb53f71ae99b36a2442c5970d45ac (diff)
downloadpuppet-nodo-9c4dacfb6e0d437bbad422332c836481c067efd2.tar.gz
puppet-nodo-9c4dacfb6e0d437bbad422332c836481c067efd2.tar.bz2
Changing hiera parameters
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp10
1 files changed, 5 insertions, 5 deletions
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