]> git.openstreetmap.org Git - chef.git/commitdiff
Remove trailing whitespace in ruby code
authorTom Hughes <tom@compton.nu>
Mon, 2 Feb 2015 22:41:04 +0000 (22:41 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 2 Feb 2015 22:42:32 +0000 (22:42 +0000)
50 files changed:
cookbooks/chef/libraries/remote_directory.rb
cookbooks/dns/recipes/default.rb
cookbooks/exim/recipes/default.rb
cookbooks/mediawiki/attributes/default.rb
cookbooks/mediawiki/definitions/mediawiki_extension.rb
cookbooks/mediawiki/definitions/mediawiki_site.rb
cookbooks/munin/files/default/plugins/api_calls_
cookbooks/munin/files/default/plugins/api_calls_num
cookbooks/munin/files/default/plugins/api_waits_
cookbooks/munin/files/default/plugins/passenger_memory
cookbooks/munin/libraries/expand.rb
cookbooks/networking/metadata.rb
cookbooks/nginx/attributes/default.rb
cookbooks/nginx/recipes/default.rb
cookbooks/nominatim/recipes/default.rb
cookbooks/ntp/attributes/default.rb
cookbooks/ntp/metadata.rb
cookbooks/piwik/recipes/default.rb
cookbooks/planet/files/default/replication-bin/replicate-changesets
cookbooks/postgresql/providers/table.rb
cookbooks/roundup/recipes/default.rb
cookbooks/squid/attributes/default.rb
cookbooks/tile/files/default/ruby/expire.rb
cookbooks/tile/recipes/default.rb
cookbooks/tilecache/attributes/default.rb
cookbooks/tools/recipes/default.rb
cookbooks/wiki/recipes/default.rb
cookbooks/yournavigation/recipes/default.rb
roles/base.rb
roles/chef-repository.rb
roles/db.rb
roles/dev.rb
roles/draco.rb
roles/forum.rb
roles/ironbelly.rb
roles/jakelong.rb
roles/mail.rb
roles/nadder-01.rb
roles/nadder-02.rb
roles/nepomuk.rb
roles/nominatim.rb
roles/orm.rb
roles/owl.rb
roles/ramoth.rb
roles/smaug.rb
roles/stats.rb
roles/tilecache.rb
roles/tyan-s7010.rb
roles/ucl-wates.rb
roles/yevaud.rb

index 97adee117e4d91720ac2de5cb1d3ed5a9432c949..32dacc5008edb362e791a1ad5bd0b2ed7bd13ff8 100644 (file)
@@ -4,7 +4,7 @@ class Chef
       def action_create
         super
         Chef::Log.debug("Doing a remote recursive directory transfer for #{@new_resource}")
-          
+
         files_transferred = Set.new
         files_to_transfer.each do |cookbook_file_relative_path|
           create_cookbook_file(cookbook_file_relative_path)
index 768ad711b248511d457d18c81990f9e2345ed6c1..95e3957faa00b96d783aac529b4ff3cc141253e4 100644 (file)
@@ -71,7 +71,7 @@ template "/srv/dns.openstreetmap.org/html/index.html" do
   variables :zones => zones
 end
 
-apache_site "dns.openstreetmap.org" do 
+apache_site "dns.openstreetmap.org" do
   template "apache.erb"
   directory "/srv/dns.openstreetmap.org"
 end
index b53da4e039492a151c3be1f982f724e5032b0d4e..abf404303949f9efd9a9cf2cd51322e756a534c3 100644 (file)
@@ -40,7 +40,7 @@ template "/tmp/exim.ssl.cnf" do
   mode 0644
   not_if do
     File.exist?("/etc/ssl/certs/exim.pem") and File.exist?("/etc/ssl/private/exim.key")
-  end 
+  end
 end
 
 execute "/etc/ssl/certs/exim.pem" do
index 59f020120dbfa053a0cbd976edf4d68aa110d1c3..7fce6d78513283bdba1ea1a240c67ddf29409537 100644 (file)
@@ -8,4 +8,3 @@ default[:apache][:mpm] = "prefork"
 default[:mediawiki][:user] = "wiki"
 default[:mediawiki][:group] = "wiki"
 default[:mediawiki][:sites] = {}
-
index 134bc4497c92061360bcd9e9dd2ba5c9d0002c2d..f3622dc3759d4e9e6a95c0a08514346df9db879d 100644 (file)
@@ -79,6 +79,6 @@ define :mediawiki_extension, :action => [ :enable ], :variables => {} do
     mode 0664
     content "<?php require_once('#{extension_directory}/#{name}.php');\n"
     only_if do File.exist?("#{extension_directory}/#{name}.php") end
-    notifies :create, resources(:template => "#{mediawiki_directory}/LocalSettings.php")  
+    notifies :create, resources(:template => "#{mediawiki_directory}/LocalSettings.php")
   end
 end
index 8b746701074cc155b0b626d23ba026af407d3fef..5ceccf69c1e7140996b20fe41788cc909adecc6f 100644 (file)
@@ -46,7 +46,7 @@ define :mediawiki_site, :action => [ :create, :enable ] do
     :logo              => params[:logo] || "$wgStylePath/common/images/wiki.png",
     :email_contact     => params[:email_contact] || "",
     :email_sender      => params[:email_sender] || "",
-    :email_sender_name => params[:email_sender_name] || "MediaWiki Mail", 
+    :email_sender_name => params[:email_sender_name] || "MediaWiki Mail",
     :commons           => params[:commons] || TRUE,
     :skin              => params[:skin] || "vector",
     :site_notice       => params[:site_notice] || "",
@@ -203,7 +203,7 @@ define :mediawiki_site, :action => [ :create, :enable ] do
 
   mediawiki_extension "Cite" do
     site name
-    template "mw-ext-Cite.inc.php.erb"    
+    template "mw-ext-Cite.inc.php.erb"
   end
 
   mediawiki_extension "ConfirmEdit" do
index 179c07fb52835a29818e3a2073cd69f33aeec3de..8cf836d79b1fbaacba95e4883d4b09039af7fa5e 100755 (executable)
@@ -5,7 +5,7 @@ require 'date'
 require 'hpricot'
 require 'open-uri'
 
-def uris_from_status(server) 
+def uris_from_status(server)
   file = open("http://#{server}/server-status").read
   doc = Hpricot.parse(file)
   tables = doc / 'table'
@@ -18,19 +18,19 @@ def uris_from_status(server)
 end
 
 CALL_TYPES = {
-  :map => "Map API calls", 
-  :upload => "Changeset diff uploads", 
-  :amf => "AMF API calls", 
-  :history => "Element history fetches", 
+  :map => "Map API calls",
+  :upload => "Changeset diff uploads",
+  :amf => "AMF API calls",
+  :history => "Element history fetches",
   :full => "Full element fetches",
   :trkpts => "GPX trackpoints calls",
-  :web => "Web site traffic", 
+  :web => "Web site traffic",
   :other => "Other API calls"
 }
 
 def categorise_uri(line)
   uri = line.split(" ")[1]
-  
+
   case uri
   when /api\/0\.6\/map/ then :map
   when /api\/0\.6\/changeset\/[0-9]*\/upload/ then :upload
@@ -62,7 +62,7 @@ else
     end
     h
   end
-  
+
   CALL_TYPES.keys.each do |type|
     count = counts[type] || 0
     puts "#{type}.value #{count}"
index b0c23664b4ef5c304eeb6218b189cf7bee798b9f..d2f7ea3720b29e562c6592d656dcd71c2639c4d4 100755 (executable)
@@ -28,19 +28,19 @@ def uris_from_logs
 end
 
 CALL_TYPES = {
-  :map => "Map API calls", 
-  :upload => "Changeset diff uploads", 
-  :amf => "AMF API calls", 
-  :history => "Element history fetches", 
+  :map => "Map API calls",
+  :upload => "Changeset diff uploads",
+  :amf => "AMF API calls",
+  :history => "Element history fetches",
   :full => "Full element fetches",
   :trkpts => "GPX trackpoints calls",
-  :web => "Web site traffic", 
+  :web => "Web site traffic",
   :other => "Other API calls"
 }
 
 def categorise_uri(line)
   uri = line.split(" ")[1]
-  
+
   case uri
   when /api\/0\.6\/map/ then :map
   when /api\/0\.6\/changeset\/[0-9]*\/upload/ then :upload
@@ -72,7 +72,7 @@ else
     end
     h
   end
-  
+
   CALL_TYPES.keys.each do |type|
     count = counts[type] || 0
     puts "#{type}.value #{count / delta_t}"
index 029c9f4a6d701abadd2ff11cd7ffffbcd0dde158..741f190f0f38123e575af404764f5063032a692d 100755 (executable)
@@ -5,7 +5,7 @@ require 'date'
 require 'hpricot'
 require 'open-uri'
 
-def uri_and_times_from_status(server) 
+def uri_and_times_from_status(server)
   file = open("http://#{server}/server-status").read
   doc = Hpricot.parse(file)
   tables = doc / 'table'
@@ -18,19 +18,19 @@ def uri_and_times_from_status(server)
 end
 
 CALL_TYPES = {
-  :map => "Map API calls", 
-  :upload => "Changeset diff uploads", 
-  :amf => "AMF API calls", 
-  :history => "Element history fetches", 
+  :map => "Map API calls",
+  :upload => "Changeset diff uploads",
+  :amf => "AMF API calls",
+  :history => "Element history fetches",
   :full => "Full element fetches",
   :trkpts => "GPX trackpoints calls",
-  :web => "Web site traffic", 
+  :web => "Web site traffic",
   :other => "Other API calls"
 }
 
 def categorise_uri(line)
   uri = line.split(" ")[1]
-  
+
   case uri
   when /api\/0\.6\/map/ then :map
   when /api\/0\.6\/changeset\/[0-9]*\/upload/ then :upload
@@ -63,7 +63,7 @@ else
     end
     h
   end
-  
+
   CALL_TYPES.keys.each do |type|
     count = counts[type] || [0]
     avg = count.inject(0){|x,y|x+y} / (1.0 * count.length)
index a894afc900da123554747da3b6267d60b0655147..2ce1a305f3a4efc33b88b27c1a9fc70e52d62e04 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env ruby
 # put in /etc/munin/plugins and restart munin-node
 # by Dan Manges, http://www.dcmanges.com/blog/rails-application-visualization-with-munin
-# NOTE: you might need to add munin to allow passwordless sudo for passenger-memory-stats 
+# NOTE: you might need to add munin to allow passwordless sudo for passenger-memory-stats
+
 def output_config
   puts <<-END
 graph_args --base 1024 -l 0 --vertical-label bytes --upper-limit 4056231936
@@ -13,9 +13,9 @@ memory.label memory
 END
   exit 0
 end
+
 def output_values
-  status = `/usr/sbin/passenger-memory-stats | tail -1` 
+  status = `/usr/sbin/passenger-memory-stats | tail -1`
   unless $?.success?
     $stderr.puts "failed executing passenger-memory-stats"
     exit 1
@@ -23,10 +23,9 @@ def output_values
   status =~ /(\d+\.\d+)/
   puts "memory.value #{($1.to_f * 1024 * 1024).round}"
 end
+
 if ARGV[0] == "config"
   output_config
 else
   output_values
 end
-
index 9269761f9ba1fa9d0e212040fc6fd88895f551d4..081dfc5c12299a2bd8ee7544b97e765059363794 100644 (file)
@@ -1,7 +1,7 @@
 class Chef
   class Munin
     def self.expand(template, nodes)
-      nodes.map do |node| 
+      nodes.map do |node|
         if node.kind_of?(Hash)
           template.gsub(/%%([^%]+)%%/) { node[$1.to_sym] }
         else
@@ -9,5 +9,5 @@ class Chef
         end
       end.join(" ")
     end
-  end 
+  end
 end
index 64171e5455847d4e1713af20f1bf8c930cdee496..e74507192f05433e471fd7b7252d4271f390873d 100644 (file)
@@ -23,4 +23,3 @@ attribute "networking/nameservers",
   :description => "List of nameservers to use",
   :type => "array",
   :default => [""]
-
index 6e7d56d9b352e1d485fd04c5b2f321c8a0d1c132..7e054bd64a2c4a994c6c1f20208242182f0af777 100644 (file)
@@ -1,2 +1 @@
 #default[:nginx][:mpm] = "worker"
-
index 58493216615a0b60b7aaf8d8f6b4693b1104be5b..540e97c241ee8e58cb2fca16a1411184bddceabc 100644 (file)
@@ -33,4 +33,3 @@ service "nginx" do
   supports :status => true, :restart => true, :reload => true
   subscribes :restart, "template[/etc/nginx/nginx.conf]"
 end
-
index 682352a6d9601e651e68520872ab1daae2c1f6bb..ab4e6e15ed2d270d85dd5663412f9eca4d09fda6 100644 (file)
@@ -288,4 +288,3 @@ directory File.dirname(node[:nominatim][:flatnode_file]) do
   mode 0755
   recursive true
 end
-
index 81ef7aa176653cfc393d11a640b90c9b9307784c..8eccde5fc19c2e93cc7cc497bbe05ca94e64148d 100644 (file)
@@ -1,4 +1,4 @@
-case platform 
+case platform
 when "ubuntu","debian"
   default[:ntp][:service] = "ntp"
 when "redhat","centos","fedora"
index 5c7fd630a524a3e883e35f8e1028388fa17bac61..6c5ce11e90e2b2548a1a6b6be50e05ebee8989e3 100644 (file)
@@ -32,4 +32,3 @@ attribute "ntp/servers",
   :description => "Array of servers we should talk to",
   :type => "array",
   :default => ["0.us.pool.ntp.org", "1.us.pool.ntp.org"]
-
index 1366d72c9d4a4ecbdfdb4d8d1124fabffe73017d..d711930a1e019be0c2811a7eb02cf9f2127674f1 100644 (file)
@@ -68,7 +68,7 @@ template "/opt/piwik-#{version}/piwik/config/config.ini.php" do
   group "root"
   mode "0644"
   variables :passwords => passwords,
-            :directory => "/opt/piwik-#{version}/piwik", 
+            :directory => "/opt/piwik-#{version}/piwik",
             :plugins => node[:piwik][:plugins]
 end
 
index e2d4cc109e35b919c4491741d715229b98575907..8cdc26e7aa2fe93475b2a61c904a5a34e807c385 100644 (file)
@@ -57,7 +57,7 @@ class Replicator
     last_run = (@now - 60) if last_run.nil?
     @state['last_run'] = @now
     # pretty much all operations on a changeset will modify its closed_at
-    # time (see rails_port's changeset model). so it is probably enough 
+    # time (see rails_port's changeset model). so it is probably enough
     # for us to look at anything that was closed recently, and filter from
     # there.
     @conn.
@@ -66,7 +66,7 @@ class Replicator
       select {|cs| cs.activity_between?(last_run, @now) }
   end
 
-  # creates an XML file containing the changeset information from the 
+  # creates an XML file containing the changeset information from the
   # list of changesets output by open_changesets.
   def changeset_dump(changesets)
     doc = XML::Document.new
@@ -110,7 +110,7 @@ class Replicator
 
       doc.root << xml
     end
-    
+
     doc.to_s
   end
 
@@ -150,4 +150,3 @@ end
 
 rep = Replicator.new(ARGV[0])
 rep.save!
-
index bcd39a959e92cb13433e2dc5175f96306dde9d7c..1c56b63f1b6e0d828e0e14cece008d0460893b22 100644 (file)
@@ -54,7 +54,7 @@ action :create do
     new_resource.permissions.each do |user,new_privileges|
       current_privileges = @current_resource.permissions[user] || {}
       new_privileges = Array(new_privileges)
-      
+
       if new_privileges.include?(:all)
         new_privileges |= Chef::PostgreSQL::TABLE_PRIVILEGES
       end
index 25eb0e3c05d6186e08fb0f9d0fe5fe243bd3e5c2..5e1c5e88ac8240134d78d84975727123c7034cff 100644 (file)
@@ -17,4 +17,3 @@
 # limitations under the License.
 #
 include_recipe "apache"
-
index 411e61365e50cc2ae760c6f3f2d951ad2e8576ac..990b0dc170f9f6bc5159199e814088a5839e6895 100644 (file)
@@ -2,4 +2,3 @@
 default[:squid][:cache_mem] = "256 MB"
 default[:squid][:cache_dir] = "ufs /var/spool/squid 256 16 256"
 default[:squid][:access_log] = "/var/log/squid/access.log squid"
-
index 4e5cba2db1a6a7636d91ae0c04c219c145a216f0..8bd448a887f03a2f05505de54f0933bda617fef8 100755 (executable)
@@ -9,11 +9,11 @@ require 'mmap'
 
 module Expire
   # projection object to go from latlon -> spherical mercator
-  PROJ = Proj4::Projection.new(["+proj=merc", "+a=6378137", "+b=6378137", 
+  PROJ = Proj4::Projection.new(["+proj=merc", "+a=6378137", "+b=6378137",
                                 "+lat_ts=0.0", "+lon_0=0.0", "+x_0=0.0",
-                                "+y_0=0", "+k=1.0", "+units=m", 
+                                "+y_0=0", "+k=1.0", "+units=m",
                                 "+nadgrids=@null", "+no_defs +over"])
-  
+
   # width/height of the spherical mercator projection
   SIZE=40075016.6855784
   # the size of the meta tile blocks
@@ -22,7 +22,7 @@ module Expire
   HASH_ROOT = "/tiles/default/"
   # node cache file
   NODE_CACHE_FILE="/store/database/nodes"
-  
+
   # turns a spherical mercator coord into a tile coord
   def Expire.tile_from_merc(point, zoom)
     # renormalise into unit space [0,1]
@@ -34,35 +34,35 @@ module Expire
     # chop of the fractional parts
     [point.x.to_int, point.y.to_int, zoom]
   end
-  
+
   # turns a latlon -> tile x,y given a zoom level
   def Expire.tile_from_latlon(latlon, zoom)
     # first convert to spherical mercator
     point = PROJ.forward(latlon)
     tile_from_merc(point, zoom)
   end
-  
+
   # this must match the definition of xyz_to_meta in mod_tile
   def Expire.xyz_to_meta(x, y, z)
     # mask off the final few bits
     x &= ~(METATILE - 1)
     y &= ~(METATILE - 1)
     # generate the path
-    hash_path = (0..4).collect { |i| 
-      (((x >> 4*i) & 0xf) << 4) | ((y >> 4*i) & 0xf) 
+    hash_path = (0..4).collect { |i|
+      (((x >> 4*i) & 0xf) << 4) | ((y >> 4*i) & 0xf)
     }.reverse.join('/')
     z.to_s + '/' + hash_path + ".meta"
   end
-  
+
   # time to reset to, some very stupidly early time, before OSM started
   EXPIRY_TIME = Time.parse("2000-01-01 00:00:00")
 
-  # expire the meta tile by setting the modified time back 
+  # expire the meta tile by setting the modified time back
   def Expire.expire_meta(meta)
     puts "Expiring #{meta}"
     File.utime(EXPIRY_TIME, EXPIRY_TIME, meta)
   end
-  
+
   def Expire.expire(change_file, min_zoom, max_zoom, tile_dirs)
     do_expire(change_file, min_zoom, max_zoom) do |set|
       new_set = Set.new
@@ -78,11 +78,11 @@ module Expire
         tile_dirs.each do |tile_dir|
           meta_set.add(tile_dir + "/" + meta) if File.exist?(tile_dir + "/" + meta)
         end
-        
+
         # add the parent into the set for the next round
         new_set.add([xy[0] / 2, xy[1] / 2, xy[2] - 1])
       end
-      
+
       # expire all meta tiles
       meta_set.each do |meta|
         expire_meta(meta)
@@ -96,10 +96,10 @@ module Expire
   def Expire.do_expire(change_file, min_zoom, max_zoom, &_)
     # read in the osm change file
     doc = XML::Document.file(change_file)
-    
+
     # hash map to contain all the nodes
     nodes = Hash.new
-    
+
     # we put all the nodes into the hash, as it doesn't matter whether the node was
     # added, deleted or modified - the tile will need updating anyway.
     doc.find('//node').each do |node|
@@ -110,17 +110,17 @@ module Expire
       if lat > 85
         lat = 85
       end
-      point = Proj4::Point.new(Math::PI * node['lon'].to_f / 180, 
+      point = Proj4::Point.new(Math::PI * node['lon'].to_f / 180,
                                Math::PI * lat / 180)
       nodes[node['id'].to_i] = tile_from_latlon(point, max_zoom)
     end
-    
+
     # now we look for all the ways that have changed and put all of their nodes into
     # the hash too. this will add too many nodes, as it is possible a long way will be
     # changed at only a portion of its length. however, due to the non-local way that
     # mapnik does text placement, it may stil not be enough.
     #
-    # also, we miss cases where nodes are deleted from ways where that node is not 
+    # also, we miss cases where nodes are deleted from ways where that node is not
     # itself deleted and the coverage of the point set isn't enough to encompass the
     # change.
     node_cache = NodeCache.new(NODE_CACHE_FILE)
@@ -135,12 +135,12 @@ module Expire
         end
       end
     end
-    
-    # create a set of all the tiles at the maximum zoom level which are touched by 
+
+    # create a set of all the tiles at the maximum zoom level which are touched by
     # any of the nodes we've collected. we'll create the tiles at other zoom levels
     # by a simple recursion.
     set = Set.new nodes.values
-    
+
     # expire tiles and shrink to the set of parents
     (max_zoom).downto(min_zoom) do |_|
       # allow the block to work on the set, returning the set at the next
index bf5431d068d3269e2d1b3b14a4aa5f9f588addc2..767b4d3e1db7d3af6a69410f114bfa6ad205cdd3 100644 (file)
@@ -213,7 +213,7 @@ node[:tile][:data].each_value do |data|
       action :create
       use_conditional_get true
     else
-      action :create_if_missing 
+      action :create_if_missing
     end
 
     source url
@@ -355,8 +355,8 @@ end
   "planet_osm_nodes",
   "planet_osm_rels",
   "planet_osm_ways",
-  "raster_columns", 
-  "raster_overviews", 
+  "raster_columns",
+  "raster_overviews",
   "spatial_ref_sys" ].each do |table|
   postgresql_table table do
     cluster node[:tile][:database][:cluster]
@@ -366,10 +366,10 @@ end
   end
 end
 
-[ "geometry_columns", 
-  "planet_osm_line", 
-  "planet_osm_point", 
-  "planet_osm_polygon", 
+[ "geometry_columns",
+  "planet_osm_line",
+  "planet_osm_point",
+  "planet_osm_polygon",
   "planet_osm_roads" ].each do |table|
   postgresql_table table do
     cluster node[:tile][:database][:cluster]
index f5407ad8d805826d3dfb255073e76fcd5cf4aa2e..a5a25db1160f65fba1718eceec06c94a9b768e6c 100644 (file)
@@ -12,4 +12,3 @@ default[:tilecache][:net_bucket_refill] = "8192"
 default[:tilecache][:net_bucket_size] = "134217728"
 
 default[:tilecache][:ssl][:certificate] = "tile.openstreetmap"
-
index 34daecf1f01a0609a9ca776bbdd6b54d502bdbd3..a2245a407ab684b71c15c601d5675687ef6b8a13 100644 (file)
@@ -54,4 +54,3 @@ end
 package "whoopsie" do
   action :purge
 end
-
index 78f16ed0edb4d9a2fcdd58739e78238d8b341820..29fa60db5f841676fae9dddbedf8ea9823cb6c5b 100644 (file)
@@ -32,7 +32,7 @@ mediawiki_site  "wiki.openstreetmap.org" do
   directory     "/srv/wiki.openstreetmap.org"
 
   enable_ssl    TRUE
-  
+
   database_name "wiki"
   database_username "wiki-user"
   database_password passwords["database"]
@@ -49,7 +49,7 @@ mediawiki_site  "wiki.openstreetmap.org" do
 
   recaptcha_public_key "6LdFIQATAAAAAMwtHeI8KDgPqvRbXeNYSq1gujKz"
   recaptcha_private_key passwords["recaptcha"]
-  
+
   #site_readonly "MAINTENANCE UPDATE: WIKI READ-ONLY. ETA: Tuesday 8:00am UTC/GMT."
 
 end
@@ -93,4 +93,3 @@ template "/etc/cron.d/wiki-osm-org-dump" do
   mode 0644
   source "cron_wiki_dump.erb"
 end
-
index 4d4580186d6676e7bc89d913244c2a66eadd2050..ce2c81b7ce0b2db36e5e3011a61935b3e191ea82 100644 (file)
@@ -45,4 +45,3 @@ package "qt4-linguist-tools"
 package "libicu52"
 
 apache_module "php5"
-
index 0875bdb4ded0d52a5176d4dcd9a3c1ad1ea6021d..b38d5ce167c02e029f98f644c6f6e3ff5ecf3643 100644 (file)
@@ -31,7 +31,7 @@ default_attributes(
     },
     :network_buffers => {
       :comment => "Tune network buffers",
-      :parameters => { 
+      :parameters => {
         "net.core.rmem_max" => "16777216",
         "net.core.wmem_max" => "16777216",
         "net.ipv4.tcp_rmem" => "4096\t87380\t16777216",
@@ -44,7 +44,7 @@ default_attributes(
     },
     :network_conntrack_established => {
       :comment => "Only track established connections for four hours",
-      :parameters => { 
+      :parameters => {
         "net.netfilter.nf_conntrack_tcp_timeout_established" => "14400"
       }
     },
index b9ad2b46660b20d2585f0464e0cb07be6fc2f888..525f619babe44b51196ff19848abd908a227972a 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
       },
       :chefrepo => {
         :status => :role,
-        :members => [ 
+        :members => [
           :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth
         ]
       }
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
         }
index 45670ffcf032a0328a204cb1df5f07f924db3dba..84ca09be9f3895c24823f2d3fb64f7269bea43f6 100644 (file)
@@ -66,21 +66,21 @@ default_attributes(
       :zverik => { :status => :user },
       :dodobas => { :status => :user },
       :mhohmann => { :status => :user },
-      :ooc => { 
-        :status => :role, 
-        :members => [ :tomh, :blackadder, :timsc, :ollie ] 
+      :ooc => {
+        :status => :role,
+        :members => [ :tomh, :blackadder, :timsc, :ollie ]
       },
-      :apis => { 
-        :status => :role, 
-        :members => [ :tomh ] 
+      :apis => {
+        :status => :role,
+        :members => [ :tomh ]
       },
-      :os => { 
-        :status => :role, 
-        :members => [ :tomh, :grant, :ollie ] 
+      :os => {
+        :status => :role,
+        :members => [ :tomh, :grant, :ollie ]
       },
-      :gpsmid => { 
-        :status => :role, 
-        :members => [ :apmon, :maba ] 
+      :gpsmid => {
+        :status => :role,
+        :members => [ :apmon, :maba ]
       }
     }
   },
@@ -152,7 +152,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmall" => "4194304",
         "kernel.shmmax" => "17179869184"
       }
index a5c7d9c20896526e42884091418f01c1dd1121eb..9bbaddd5c5f919b6518a73e84a8f4576b8ec9ba2 100644 (file)
@@ -21,7 +21,7 @@ default_attributes(
   :sysctl => {
     :tune_cpu_scheduler => {
       :comment => "Tune CPU scheduler for server scheduling",
-      :parameters => { 
+      :parameters => {
         "kernel.sched_migration_cost" => 50000000,
         "kernel.sched_autogroup_enabled" => 0
       }
index 701c993ba475f56f5f3623a6f76f24be9ebd91f2..3c355851e22b44e213712499fe03d46154d21195 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :accounts => {
     :users => {
       :lambertus => {
-        :status => :administrator 
+        :status => :administrator
       },
       :forum => {
         :status => :role,
index 9a8188449b797a30fd9d403d44a145618606b07b..06876abbb75c2698be29e6ad0696f54c833c5b21 100644 (file)
@@ -56,7 +56,7 @@ default_attributes(
         :uid => "tomh",
         :gid => "tomh",
         :transfer_logging => false,
-        :hosts_allow => [ 
+        :hosts_allow => [
           "212.110.172.32",                      # shenron
           "2001:41c9:1:400::32",                 # shenron
           "212.159.112.221"                      # grant
index 640bd0dd8bdfe2e3abd4c1b818a9e854c88d8ade..7141ed89d8659e8b2e4557255ae069559314fcbf 100644 (file)
@@ -29,7 +29,7 @@ default_attributes(
   :sysctl => {
     :kvm => {
       :comment => "Tuning for KVM guest",
-      :parameters => { 
+      :parameters => {
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
index 73fe22e4a7a3f47fa9052ceef0deeaf10028bc34..79c65d0d460ebe355c8aec4e8465506b42e8c2c9 100644 (file)
@@ -67,7 +67,7 @@ default_attributes(
   :munin => {
     :plugins => {
       :exim_mailqueue => {
-        :mails => { 
+        :mails => {
           :warning => 500,
           :critical => 1000
         }
index c687a9fe8b1cddf654e9a88ee499c366f2119b69..97e02def66b18c5824b4feb1dc579b9ccb9acc2b 100644 (file)
@@ -17,7 +17,7 @@ default_attributes(
   :sysctl => {
     :kvm => {
       :comment => "Tuning for KVM guest",
-      :parameters => { 
+      :parameters => {
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
index 1a84ee8450b8fbbd3ff208e01ab438edd9a2eb77..28adbfe8a5b496cf458de2cd7878fb3f3acc1928 100644 (file)
@@ -17,7 +17,7 @@ default_attributes(
   :sysctl => {
     :kvm => {
       :comment => "Tuning for KVM guest",
-      :parameters => { 
+      :parameters => {
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
index b7addd58c5ab273782e7078316e6868f3f6e67bd..d05a86df14abb0376caa2fc2a2258ed2853fa450 100644 (file)
@@ -25,7 +25,7 @@ default_attributes(
   :sysctl => {
     :kvm => {
       :comment => "Tuning for KVM guest",
-      :parameters => { 
+      :parameters => {
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
index f0f2a2dc39edac3fb601e8001c48e536611d8b6a..6c7d972cf3569200d13b3a052ba134e2b4d65398 100644 (file)
@@ -37,7 +37,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 26 * 1024 * 1024 * 1024,
         "kernel.shmall" => 26 * 1024 * 1024 * 1024 / 4096
       }
@@ -57,7 +57,7 @@ default_attributes(
     },
     :network_conntrack_time_wait => {
       :comment => "Only track completed connections for 30 seconds",
-      :parameters => { 
+      :parameters => {
         "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
       }
     },
index 9d1653a16ad471705494477a89cb57ace85d71fc..e1b1e552543b659daf784fefce5a59fe0148b789 100644 (file)
@@ -55,7 +55,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 9 * 1024 * 1024 * 1024,
         "kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
       }
index 36301c01b9c254abac089fad6b7a46451428782b..d905e3fb2a12b892f0199b886cc2396ab354fd08 100644 (file)
@@ -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
       }
index 0b67c085f67cf74539d88bb9bc63ec9b4c5982c0..7e3a89cc2106c28ff720d53d8646c4a00c0a8381 100644 (file)
@@ -54,7 +54,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 66 * 1024 * 1024 * 1024,
         "kernel.shmall" => 66 * 1024 * 1024 * 1024 / 4096
       }
index 122c4d3140a46b43c151d023740055546380e732..3538f09c74ba91d785c28920fec2a77aee05ca18 100644 (file)
@@ -22,7 +22,7 @@ default_attributes(
       },
       :sensors_volt => {
         :contacts => "null",
-        :volt10 => { 
+        :volt10 => {
           :warning => "3.11:3.50",
           :critical => "2.98:3.63"
         }
@@ -52,7 +52,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 17 * 1024 * 1024 * 1024,
         "kernel.shmall" => 17 * 1024 * 1024 * 1024 / 4096
       }
index ae2e02b01c81e25c8db5895242a83ca00c1aa048..9c3290d3b6cf5788544c5332175a7d1611d3a1d5 100644 (file)
@@ -4,12 +4,12 @@ description "Role applied to stats.openstreetmap.org"
 default_attributes(
   :stats => {
     :sites => [
-      { 
+      {
         :name => "planet.openstreetmap.org",
         :log_pattern => "%YYYY-168-%MM-168-%DD-168.gz",
         :days => "7"
       },
-      { 
+      {
         :name => "www.openstreetmap.org",
         :log_pattern => "*-%YYYY-48-%MM-48-%DD-48.gz",
         :days => "*"
index 8e1262e81a20c2da7ba4e4f519960a288fdc513a..3a6d7fa5522c713da022fbe71e2d9308b2a78852 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
   :sysctl => {
     :network_conntrack_time_wait => {
       :comment => "Only track completed connections for 30 seconds",
-      :parameters => { 
+      :parameters => {
         "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
       }
     },
@@ -20,7 +20,7 @@ default_attributes(
     },
     :squid_swappiness => {
       :comment => "Prefer not to swapout to free memory",
-      :parameters => { 
+      :parameters => {
         "vm.swappiness" => "30"
       }
     }
index 97b5db3de81616c07f4465e216a5d9d72c457db6..5d313b8c46e9724b2b632758ca716dbf9763cda5 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     ],
     :sensors => {
       "jc42-*" => {
-        :temps => { 
+        :temps => {
           "temp1" => { :max => 75 }
         }
       },
index 7fe47bb439c2fb7fb4562c8cbb0025589100c929..c611c2079aa073ec441a09fb324e85c413cf2ffd 100644 (file)
@@ -22,7 +22,7 @@ default_attributes(
   :sysctl => {
     :sack => {
       :comment => "Disable SACK as the UCL firewall breaks it",
-      :parameters => { 
+      :parameters => {
         "net.ipv4.tcp_sack" => "0"
       }
     }
index fefef1f72727a0522ede41c92018ff48aab993ce..9f1c7e756ff7a730df5527215d2cfef4d16afd8c 100644 (file)
@@ -48,13 +48,13 @@ default_attributes(
   :munin => {
     :plugins => {
       :cpu => {
-        :system => { 
+        :system => {
           :warning => 500,
           :critical => 600
         }
       },
       :load => {
-        :load => { 
+        :load => {
           :warning => 150,
           :critical => 200
         }
@@ -84,7 +84,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 4 * 1024 * 1024 * 1024,
         "kernel.shmall" => 4 * 1024 * 1024 * 1024 / 4096
       }