aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-09 21:31:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-09 21:31:58 -0300
commite7f20c79705517e7ce499bd661892a96dedfd13e (patch)
tree17d6c71caf018ecc58a650fc6532084bc50923e0 /manifests
parent4d0130325abb4fb2c1f44f02a70b6c2442d52a91 (diff)
downloadpuppet-nodo-e7f20c79705517e7ce499bd661892a96dedfd13e.tar.gz
puppet-nodo-e7f20c79705517e7ce499bd661892a96dedfd13e.tar.bz2
Configuring ntpdate on raspberrypi base class
Diffstat (limited to 'manifests')
-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,