]> git.openstreetmap.org Git - chef.git/blobdiff - roles/owl.rb
Ignore spacing in metadata.rb files.
[chef.git] / roles / owl.rb
index 36301c01b9c254abac089fad6b7a46451428782b..74bddb68b04d8aa76f167d4ace6a730a2d69ec77 100644 (file)
@@ -9,7 +9,7 @@ default_attributes(
       :owl => {
         :status => :role,
         :members => [ :yellowbkpk, :ppawel ]
-      },
+      }
     },
     :groups => {
       :adm => {
@@ -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
       }