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/plug.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/plug.pp')
-rw-r--r-- | manifests/plug.pp | 3 |
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, } |