aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/raspberrypi.pp
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/base/raspberrypi.pp
parent4d0130325abb4fb2c1f44f02a70b6c2442d52a91 (diff)
downloadpuppet-nodo-e7f20c79705517e7ce499bd661892a96dedfd13e.tar.gz
puppet-nodo-e7f20c79705517e7ce499bd661892a96dedfd13e.tar.bz2
Configuring ntpdate on raspberrypi base class
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,