From 0aa982ab16ae56a3dbea5e0be02440c8dbc5119a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Sep 2015 11:52:50 -0300 Subject: Adds firewall into nodo::base::raspberrypi --- manifests/base/raspberrypi.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/base') 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, -- cgit v1.2.3