From e7f20c79705517e7ce499bd661892a96dedfd13e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 May 2013 21:31:58 -0300 Subject: Configuring ntpdate on raspberrypi base class --- manifests/base/raspberrypi.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/base/raspberrypi.pp') 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, -- cgit v1.2.3