aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-13 11:52:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-13 11:52:50 -0300
commit0aa982ab16ae56a3dbea5e0be02440c8dbc5119a (patch)
treee43ab6816d692333410af1863908e25ce5200133
parentcb59652bdfe66fc1ba45f2c62724b751b6526cd5 (diff)
downloadpuppet-nodo-0aa982ab16ae56a3dbea5e0be02440c8dbc5119a.tar.gz
puppet-nodo-0aa982ab16ae56a3dbea5e0be02440c8dbc5119a.tar.bz2
Adds firewall into nodo::base::raspberrypi
-rw-r--r--manifests/base/raspberrypi.pp3
1 files changed, 1 insertions, 2 deletions
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,