diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-13 11:52:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-13 11:52:50 -0300 |
commit | 0aa982ab16ae56a3dbea5e0be02440c8dbc5119a (patch) | |
tree | e43ab6816d692333410af1863908e25ce5200133 /manifests/base | |
parent | cb59652bdfe66fc1ba45f2c62724b751b6526cd5 (diff) | |
download | puppet-nodo-0aa982ab16ae56a3dbea5e0be02440c8dbc5119a.tar.gz puppet-nodo-0aa982ab16ae56a3dbea5e0be02440c8dbc5119a.tar.bz2 |
Adds firewall into nodo::base::raspberrypi
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, |