]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Configuring ntpdate on raspberrypi base class
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 10 May 2013 00:31:58 +0000 (21:31 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 10 May 2013 00:31:58 +0000 (21:31 -0300)
manifests/base/plug.pp
manifests/base/raspberrypi.pp

index 17ce366f896c242eb12e21692cdb021131be80bb..b06623d753e5d8ff71b914bb3678908a7b3536bd 100644 (file)
@@ -8,7 +8,7 @@ class nodo::base::plug {
 
   monkeysphere_host { "${::hostname}": }
 
-  class { [ 'ntpdate', 'firewall' ]:  }
+  class { [ 'ntpdate', 'firewall' ]: }
 
   backupninja::sys { "sys":
     ensure     => present,
index 32a4c88885e30d8b963eec264f7c38bfc1d69ae4..7847ada205a0efc7551fa9753b86aa10baead9e1 100644 (file)
@@ -5,7 +5,8 @@ class nodo::base::raspberrypi {
 
   monkeysphere_host { "${::hostname}": }
 
-  # class { [ 'ntpdate', 'firewall' ]:  }
+  # Currently no firewall
+  class { [ 'ntpdate' ]: }
 
   backupninja::sys { "sys":
     ensure     => present,