]> git.openstreetmap.org Git - chef.git/blobdiff - roles/c3sl.rb
Spin up memcached on the web frontends
[chef.git] / roles / c3sl.rb
index e53eb64b24ea93e1ff6826691c21abe0266bd7b6..b44eab9d13f042e82ca472ff150a000260858194 100644 (file)
@@ -9,19 +9,15 @@ default_attributes(
   },
   :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná",
   :location => "Curitiba, Brazil",
+  :timezone => "America/Sao_Paulo",
   :networking => {
-    :nameservers => ["200.17.202.3", "200.236.31.1"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
+    :nameservers => ["200.17.202.3", "200.236.31.1"]
   }
 )
 
 override_attributes(
   :ntp => {
-    :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "america.pool.ntp.org"]
+    :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
   }
 )