aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/base/plug.pp2
-rw-r--r--manifests/base/raspberrypi.pp3
2 files changed, 3 insertions, 2 deletions
diff --git a/manifests/base/plug.pp b/manifests/base/plug.pp
index 17ce366..b06623d 100644
--- a/manifests/base/plug.pp
+++ b/manifests/base/plug.pp
@@ -8,7 +8,7 @@ class nodo::base::plug {
monkeysphere_host { "${::hostname}": }
- class { [ 'ntpdate', 'firewall' ]: }
+ class { [ 'ntpdate', 'firewall' ]: }
backupninja::sys { "sys":
ensure => present,
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,