From: Silvio Rhatto Date: Fri, 10 May 2013 00:31:58 +0000 (-0300) Subject: Configuring ntpdate on raspberrypi base class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e7f20c79705517e7ce499bd661892a96dedfd13e;p=puppet-nodo.git Configuring ntpdate on raspberrypi base class --- 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,