]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds firewall into nodo::base::raspberrypi
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Sep 2015 14:52:50 +0000 (11:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Sep 2015 14:52:50 +0000 (11:52 -0300)
manifests/base/raspberrypi.pp

index 0a426d9cfdc7c3fc0b6d23e027fcce3436d9810e..7ca658af48dbcc2d3fec4fc3a7defe5609e4e7a0 100644 (file)
@@ -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,