]> git.openstreetmap.org Git - chef.git/blobdiff - roles/unizar.rb
fix rubocop offenses
[chef.git] / roles / unizar.rb
index 829f40a21d16646049f5876d70f402620578f0bb..f9d5d12377e1d92f9eb4034886ccb0e51f8c181e 100644 (file)
@@ -19,6 +19,12 @@ default_attributes(
   }
 )
 
+override_attributes(
+  :ntp => {
+    :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
+  }
+)
+
 run_list(
   "role[es]"
 )