]> git.openstreetmap.org Git - chef.git/blobdiff - roles/owl.rb
imagery: add remainder of os_sv_diff
[chef.git] / roles / owl.rb
index 36301c01b9c254abac089fad6b7a46451428782b..44f44c62f7da7f3e88b2d05860dc78509ab7d115 100644 (file)
@@ -8,12 +8,12 @@ default_attributes(
       :ppawel => { :status => :user },
       :owl => {
         :status => :role,
-        :members => [ :yellowbkpk, :ppawel ]
-      },
+        :members => [:yellowbkpk, :ppawel]
+      }
     },
     :groups => {
       :adm => {
-        :members => [ :yellowbkpk, :ppawel ]
+        :members => [:yellowbkpk, :ppawel]
       }
     }
   },
@@ -21,10 +21,10 @@ default_attributes(
     :mpm => "event"
   },
   :apt => {
-    :sources => [ "brightbox-ruby-ng", "ubuntugis-stable", "ubuntugis-unstable" ]
+    :sources => ["brightbox-ruby-ng", "ubuntugis-stable", "ubuntugis-unstable"]
   },
   :postgresql => {
-    :versions => [ "9.1" ],
+    :versions => ["9.1"],
     :settings => {
       :defaults => {
         :fsync => "off",
@@ -41,7 +41,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 16 * 1024 * 1024 * 1024,
         "kernel.shmall" => 16 * 1024 * 1024 * 1024 / 4096
       }