]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yournavigation.rb
Remove yournavigation role and cookbook
[chef.git] / roles / yournavigation.rb
diff --git a/roles/yournavigation.rb b/roles/yournavigation.rb
deleted file mode 100644 (file)
index 65334df..0000000
+++ /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]"
-)