]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Remove trailing whitespace in ruby code
[chef.git] / roles / db.rb
index 47ab5cad9b42ad671b201ff1243a317a7544f762..d5db9a204e35f03cd04bf5c4c42bd545c928c6a7 100644 (file)
@@ -13,17 +13,17 @@ default_attributes(
   :munin => {
     :plugins => {
       :postgres_connections_openstreetmap => {
-        :waiting => { 
+        :waiting => {
           :warning => 10,
           :critical => 20
         }
       },
       :postgres_locks_openstreetmap => {
-        :accesssharelock => { 
+        :accesssharelock => {
           :warning => 900,
           :critical => 1000
         },
-        :rowexclusivelock => { 
+        :rowexclusivelock => {
           :warning => 250,
           :critical => 300
         }