aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/raspberrypi.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base/raspberrypi.pp')
-rw-r--r--manifests/base/raspberrypi.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/base/raspberrypi.pp b/manifests/base/raspberrypi.pp
index 32a4c88..7847ada 100644
--- a/manifests/base/raspberrypi.pp
+++ b/manifests/base/raspberrypi.pp
@@ -5,7 +5,8 @@ class nodo::base::raspberrypi {
monkeysphere_host { "${::hostname}": }
- # class { [ 'ntpdate', 'firewall' ]: }
+ # Currently no firewall
+ class { [ 'ntpdate' ]: }
backupninja::sys { "sys":
ensure => present,