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"}
]
}