diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:12:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:12:23 -0200 |
commit | 78a678ca46a45292322592f536aff75c637ed442 (patch) | |
tree | 66ce1795a5656c14f5c5ec5a8335661602148f6d /manifests/host.pp | |
parent | 40c517b334bd99fec985959f97e48c775ae6da3a (diff) | |
download | puppet-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.pp | 2 |
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" |