aboutsummaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-23 11:12:23 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-23 11:12:23 -0200
commit78a678ca46a45292322592f536aff75c637ed442 (patch)
tree66ce1795a5656c14f5c5ec5a8335661602148f6d /manifests/host.pp
parent40c517b334bd99fec985959f97e48c775ae6da3a (diff)
downloadpuppet-nodo-78a678ca46a45292322592f536aff75c637ed442.tar.gz
puppet-nodo-78a678ca46a45292322592f536aff75c637ed442.tar.bz2
Changing class firewall::local to use hiera
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 9464e96..c7af23a 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -11,7 +11,7 @@ class nodo::host inherits nodo {
class { 'syslog-ng': }
# Firewall configuration
- include firewall
+ class { 'firewall': }
# Vserver configuration
$vserver_vdirbase = "/var/vservers"