From: Silvio Rhatto Date: Sun, 13 Sep 2015 14:52:50 +0000 (-0300) Subject: Adds firewall into nodo::base::raspberrypi X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0aa982ab16ae56a3dbea5e0be02440c8dbc5119a;p=puppet-nodo.git Adds firewall into nodo::base::raspberrypi --- diff --git a/manifests/base/raspberrypi.pp b/manifests/base/raspberrypi.pp index 0a426d9..7ca658a 100644 --- a/manifests/base/raspberrypi.pp +++ b/manifests/base/raspberrypi.pp @@ -5,8 +5,7 @@ class nodo::base::raspberrypi { nodo::subsystem::monkeysphere { "${::hostname}": } - # Currently no firewall - class { [ 'ntp::ntpdate' ]: } + class { [ 'firewall', 'ntp::ntpdate' ]: } backupninja::sys { "sys": ensure => present,