]> git.openstreetmap.org Git - chef.git/blobdiff - roles/unizar.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / unizar.rb
index 1d91a06157be0dfafa8ee0ac1632334e35146bde..f9d5d12377e1d92f9eb4034886ccb0e51f8c181e 100644 (file)
@@ -4,6 +4,7 @@ description "Role applied to all servers at University of Zaragoza"
 default_attributes(
   :accounts => {
     :users => {
+      :osluz => { :status => :administrator }
     }
   },
   :hosted_by => "University of Zaragoza",
@@ -18,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]"
 )