diff options
Diffstat (limited to 'manifests/base')
| -rw-r--r-- | manifests/base/raspberrypi.pp | 3 | 
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,  | 
