aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.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/plug.pp
parent40c517b334bd99fec985959f97e48c775ae6da3a (diff)
downloadpuppet-nodo-78a678ca46a45292322592f536aff75c637ed442.tar.gz
puppet-nodo-78a678ca46a45292322592f536aff75c637ed442.tar.bz2
Changing class firewall::local to use hiera
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index 58aa844..74c7d78 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -2,11 +2,12 @@ class nodo::plug inherits nodo {
include ntpdate
include syslog-ng
include utils::plug
- include firewall
include sysctl
include resolver
include monkeysphere_nodo
+ class { 'firewall': }
+
backupninja::sys { "sys":
ensure => present,
}