]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Update rubocop and fix new warnings
[chef.git] / roles / tile.rb
index 66011b6e39925e87441d7578fd284533a9d1c14a..3524d1aa904376d88861478603727c69eb818a22 100644 (file)
@@ -6,7 +6,7 @@ default_attributes(
     :users => {
       :tile => {
         :status => :role,
-        :members => [ :jburgess, :tomh ]
+        :members => [:jburgess, :tomh]
       }
     }
   },
@@ -23,10 +23,10 @@ default_attributes(
     }
   },
   :apt => {
-    :sources => [ "ubuntugis-stable" ]
+    :sources => ["ubuntugis-stable"]
   },
   :postgresql => {
-    :versions => [ "9.1" ],
+    :versions => ["9.1"],
     :settings => {
       :defaults => {
         :temp_buffers => "32MB",