]> git.openstreetmap.org Git - chef.git/commitdiff
Remove unused roundup role and cookbook
authorTom Hughes <tom@compton.nu>
Tue, 25 Feb 2020 18:28:31 +0000 (18:28 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 25 Feb 2020 18:28:31 +0000 (18:28 +0000)
cookbooks/roundup/README.md [deleted file]
cookbooks/roundup/metadata.rb [deleted file]
cookbooks/roundup/recipes/default.rb [deleted file]
roles/roundup.rb [deleted file]

diff --git a/cookbooks/roundup/README.md b/cookbooks/roundup/README.md
deleted file mode 100644 (file)
index a40f953..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Roundup Cookbook
-
-This is a placeholder cookbook, intended for use with the Roundup Issue Tracker.
diff --git a/cookbooks/roundup/metadata.rb b/cookbooks/roundup/metadata.rb
deleted file mode 100644 (file)
index 6786547..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-name              "roundup"
-maintainer        "OpenStreetMap Administrators"
-maintainer_email  "admins@openstreetmap.org"
-license           "Apache-2.0"
-description       "Installs and configures a roundup server"
-
-version           "1.0.0"
-supports          "ubuntu"
-depends           "apache"
diff --git a/cookbooks/roundup/recipes/default.rb b/cookbooks/roundup/recipes/default.rb
deleted file mode 100644 (file)
index 634019c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Cookbook:: roundup
-# Recipe:: default
-#
-# Copyright:: 2013, OpenStreetMap Foundation
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-include_recipe "apache"
diff --git a/roles/roundup.rb b/roles/roundup.rb
deleted file mode 100644 (file)
index ec099e6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-name "roundup"
-description "Role applied to all roundup servers"
-
-run_list(
-  "recipe[roundup]"
-)