components/ruby/puppet-modules/openstack-keystone/patches/03-init.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
child 5860 afd31ba91ee9
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     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
       
     3 CI testing.
       
     4 
       
     5 --- openstack-keystone-6.1.0/manifests/init.pp.orig     2015-08-10 10:07:52.618276233 -0700
       
     6 +++ openstack-keystone-6.1.0/manifests/init.pp     2015-08-10 10:08:50.923010629 -0700
       
     7 @@ -544,18 +544,12 @@ class keystone(
       
     8 
       
     9    file { ['/etc/keystone', '/var/log/keystone', '/var/lib/keystone']:
       
    10      ensure  => directory,
       
    11 -    mode    => '0750',
       
    12 -    owner   => 'keystone',
       
    13 -    group   => 'keystone',
       
    14      require => Package['keystone'],
       
    15      notify  => Service[$service_name],
       
    16    }
       
    17 
       
    18    file { '/etc/keystone/keystone.conf':
       
    19      ensure  => present,
       
    20 -    mode    => '0600',
       
    21 -    owner   => 'keystone',
       
    22 -    group   => 'keystone',
       
    23      require => Package['keystone'],
       
    24      notify  => Service[$service_name],
       
    25    }