components/ruby/puppet-modules/openstack-openstacklib/patches/02-openstackclient.patch
changeset 5860 afd31ba91ee9
parent 5464 6e2e17e6aa45
child 6817 e4a26f447d0c
equal deleted inserted replaced
5859:98bc99958997 5860:afd31ba91ee9
     1 In-house patch to add support for Solaris 11.3 and 12.0.  This patch
     1 In-house patch to add support for Solaris 11.3 and 12.0.  This patch
     2 has not yet been submitted upstream due to requirements for 3rd party
     2 has not yet been submitted upstream due to requirements for 3rd party
     3 CI testing.
     3 CI testing.
     4 
     4 
     5 --- openstack-openstacklib-6.1.0/manifests/openstackclient.pp.orig	2015-06-05 16:06:39.223700269 -0600
     5 --- openstack-openstacklib-6.1.0/manifests/openstackclient.pp.orig	2016-04-21 08:31:49.221125868 -0700
     6 +++ openstack-openstacklib-6.1.0/manifests/openstackclient.pp	2015-06-05 16:08:35.218161669 -0600
     6 +++ openstack-openstacklib-6.1.0/manifests/openstackclient.pp	2016-04-21 08:32:02.081222396 -0700
     7 @@ -10,9 +10,16 @@
     7 @@ -1,3 +1,7 @@
       
     8 +#######################################################################
       
     9 +# Oracle has modified the originally distributed contents of this file.
       
    10 +#######################################################################
       
    11 +
       
    12  # == Class: openstacklib::openstackclient
       
    13  #
       
    14  # Installs the openstackclient
       
    15 @@ -10,9 +14,16 @@
     8  #
    16  #
     9  class openstacklib::openstackclient(
    17  class openstacklib::openstackclient(
    10    $package_ensure = 'present',
    18    $package_ensure = 'present',
    11 -){
    19 -){
    12 -  package { 'python-openstackclient':
    20 -  package { 'python-openstackclient':