Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / memcached / metadata.json
diff --git a/3rdparty/modules/memcached/metadata.json b/3rdparty/modules/memcached/metadata.json
deleted file mode 100644 (file)
index 71d0c7a..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-  "name": "saz-memcached",
-  "version": "2.8.1",
-  "author": "saz",
-  "summary": "Manage memcached via Puppet",
-  "license": "Apache License, Version 2.0",
-  "source": "git://github.com/saz/puppet-memcached.git",
-  "project_page": "https://github.com/saz/puppet-memcached",
-  "issues_url": "https://github.com/saz/puppet-memcached/issues",
-  "operatingsystem_support": [
-    {
-      "operatingsystem": "RedHat"
-    },
-    {
-      "operatingsystem": "CentOS"
-    },
-    {
-      "operatingsystem": "OracleLinux"
-    },
-    {
-      "operatingsystem": "Scientific"
-    },
-    {
-      "operatingsystem": "Debian"
-    },
-    {
-      "operatingsystem": "Ubuntu"
-    },
-    {
-      "operatingsystem": "Windows"
-    }
-  ],
-  "requirements": [
-    {
-      "name": "pe",
-      "version_requirement": ">= 3.2.0 < 3.4.0"
-    },
-    {
-      "name": "puppet",
-      "version_requirement": "3.x"
-    }
-  ],
-  "description": "Manage memcached via Puppet",
-  "dependencies": [
-    {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
-    {"name":"puppetlabs/firewall","version_requirement":">= 0.1.0"}
-  ]
-}