]> git.openstreetmap.org Git - chef.git/commitdiff
Add missing ideditor metadata.rb
authorGrant Slater <github@firefishy.com>
Fri, 16 Sep 2022 11:44:26 +0000 (12:44 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 16 Sep 2022 11:44:26 +0000 (12:44 +0100)
cookbooks/ideditor/metadata.rb [new file with mode: 0644]

diff --git a/cookbooks/ideditor/metadata.rb b/cookbooks/ideditor/metadata.rb
new file mode 100644 (file)
index 0000000..c177fdb
--- /dev/null
@@ -0,0 +1,9 @@
+name              "ideditor"
+maintainer        "OpenStreetMap Administrators"
+maintainer_email  "admins@openstreetmap.org"
+license           "Apache-2.0"
+description       "Configures ideditor.com web site"
+
+version           "1.0.0"
+supports          "ubuntu"
+depends           "apache"