]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stats.rb
Drop stats.openstreetmap.org
[chef.git] / roles / stats.rb
diff --git a/roles/stats.rb b/roles/stats.rb
deleted file mode 100644 (file)
index 9c3290d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-name "stats"
-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 => "*"
-      }
-    ]
-  }
-)
-
-run_list(
-  "recipe[stats]"
-)