components/ruby/puppet-modules/saz-memcached/patches/01-metadata.patch
changeset 4911 6590570733a1
child 5860 afd31ba91ee9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/puppet-modules/saz-memcached/patches/01-metadata.patch	Thu Oct 01 15:00:59 2015 -0700
@@ -0,0 +1,27 @@
+Patch to add Solaris to the list of supported OSes.  This patch also
+removes dependencies on other Puppet modules which do not apply to
+Solaris.  The first piece of this patch has not yet been submitted
+upstream but the second piece is not suitable for upstream
+contribution.
+
+--- saz-memcached-2.7.1/metadata.json.orig	2015-04-23 15:25:39.614824153 -0600
++++ saz-memcached-2.7.1/metadata.json	2015-04-23 15:26:36.049638360 -0600
+@@ -28,6 +28,9 @@
+     },
+     {
+       "operatingsystem": "Windows"
++    },
++    {
++      "operatingsystem": "Solaris"
+     }
+   ],
+   "requirements": [
+@@ -42,7 +45,6 @@
+   ],
+   "description": "Manage memcached via Puppet",
+   "dependencies": [
+-    {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
+-    {"name":"puppetlabs/firewall","version_requirement":">= 0.1.0"}
++    {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
+   ]
+ }