aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 19:29:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 19:29:18 -0200
commit5c16ded5b603f6360ca65b78c54a8c27927196ae (patch)
treee440cc122ce9a7cc768dd8bc780f0df09ad2ac78 /manifests/subsystems
parent71b709d92dbcb3b8e05c4ead59a20a86dec76faa (diff)
downloadpuppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.gz
puppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.bz2
Switching to hiera
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/firewall.pp2
-rw-r--r--manifests/subsystems/monitor.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp
index 130e638..6d31461 100644
--- a/manifests/subsystems/firewall.pp
+++ b/manifests/subsystems/firewall.pp
@@ -118,7 +118,7 @@ class firewall {
destination => '$FW',
proto => '-',
destinationport => '-',
- ratelimit => extlookup("firewall_ssl_ratelimit", '-'),
+ ratelimit => hiera("firewall_ssl_ratelimit", '-'),
order => 103,
}
diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp
index f4b5ccb..ee648ef 100644
--- a/manifests/subsystems/monitor.pp
+++ b/manifests/subsystems/monitor.pp
@@ -1,7 +1,7 @@
class monitor(
$type = 'vserver',
$use_nagios = true,
- $use_fqdn = extlookup('use_nagios_fqdn')
+ $use_fqdn = hiera('use_nagios_fqdn', false)
) {
if $use_nagios != false {