X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/04525d734a2014790eac3a886edf537923552ca8..6c93d88605e6f37d3b17b7dc79d0bc11b3925715:/roles/yournavigation.rb diff --git a/roles/yournavigation.rb b/roles/yournavigation.rb deleted file mode 100644 index 65334df85..000000000 --- a/roles/yournavigation.rb +++ /dev/null @@ -1,25 +0,0 @@ -name "yournavigation" -description "Role applied to all yournavigation servers" - -default_attributes( - :accounts => { - :users => { - :lambertus => { :status => :administrator } - } - }, - :apache => { - :mpm => "prefork", - :timeout => 60, - :keepalive => false, - :prefork => { - :start_servers => 20, - :min_spare_servers => 20, - :max_spare_servers => 50, - :max_request_workers => 256 - } - } -) - -run_list( - "recipe[yournavigation]" -)