components/ruby/puppet-modules/saz-memcached/patches/01-metadata.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
child 5860 afd31ba91ee9
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 Patch to add Solaris to the list of supported OSes.  This patch also
       
     2 removes dependencies on other Puppet modules which do not apply to
       
     3 Solaris.  The first piece of this patch has not yet been submitted
       
     4 upstream but the second piece is not suitable for upstream
       
     5 contribution.
       
     6 
       
     7 --- saz-memcached-2.7.1/metadata.json.orig	2015-04-23 15:25:39.614824153 -0600
       
     8 +++ saz-memcached-2.7.1/metadata.json	2015-04-23 15:26:36.049638360 -0600
       
     9 @@ -28,6 +28,9 @@
       
    10      },
       
    11      {
       
    12        "operatingsystem": "Windows"
       
    13 +    },
       
    14 +    {
       
    15 +      "operatingsystem": "Solaris"
       
    16      }
       
    17    ],
       
    18    "requirements": [
       
    19 @@ -42,7 +45,6 @@
       
    20    ],
       
    21    "description": "Manage memcached via Puppet",
       
    22    "dependencies": [
       
    23 -    {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
       
    24 -    {"name":"puppetlabs/firewall","version_requirement":">= 0.1.0"}
       
    25 +    {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
       
    26    ]
       
    27  }