components/ruby/puppet-modules/openstack-keystone/patches/04-client.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-keystone-6.1.0/manifests/client.pp.orig	2015-11-02 08:01:00.540540751 -0800
     5 --- openstack-keystone-6.1.0/manifests/client.pp.orig	2016-04-21 08:18:25.417368104 -0700
     6 +++ openstack-keystone-6.1.0/manifests/client.pp	2015-11-02 08:05:26.947491915 -0800
     6 +++ openstack-keystone-6.1.0/manifests/client.pp	2016-04-21 08:18:42.546437765 -0700
     7 @@ -12,8 +12,15 @@ class keystone::client (
     7 @@ -1,3 +1,7 @@
       
     8 +#######################################################################
       
     9 +# Oracle has modified the originally distributed contents of this file.
       
    10 +#######################################################################
       
    11 +
       
    12  # == Class: keystone::client
       
    13  #
       
    14  # Installs Keystone client.
       
    15 @@ -12,8 +16,15 @@
     8    $ensure = 'present'
    16    $ensure = 'present'
     9  ) {
    17  ) {
    10  
    18  
    11 -  package { 'python-keystoneclient':
    19 -  package { 'python-keystoneclient':
    12 -    ensure => $ensure,
    20 -    ensure => $ensure,