components/ruby/puppet-modules/openstack-keystone/patches/03-init.patch
author Drew Fisher <drew.fisher@oracle.com>
Tue, 16 Feb 2016 13:47:43 -0800
changeset 5464 6e2e17e6aa45
child 5860 afd31ba91ee9
permissions -rw-r--r--
PSARC/2016/001 OpenStack Puppet Modules 22491714 Request to integrate OpenStack Puppet modules

In-house patch to add support for Solaris 11.3 and 12.0.  This patch
has not yet been submitted upstream due to requirements for 3rd party
CI testing.

--- openstack-keystone-6.1.0/manifests/init.pp.orig     2015-08-10 10:07:52.618276233 -0700
+++ openstack-keystone-6.1.0/manifests/init.pp     2015-08-10 10:08:50.923010629 -0700
@@ -544,18 +544,12 @@ class keystone(

   file { ['/etc/keystone', '/var/log/keystone', '/var/lib/keystone']:
     ensure  => directory,
-    mode    => '0750',
-    owner   => 'keystone',
-    group   => 'keystone',
     require => Package['keystone'],
     notify  => Service[$service_name],
   }

   file { '/etc/keystone/keystone.conf':
     ensure  => present,
-    mode    => '0600',
-    owner   => 'keystone',
-    group   => 'keystone',
     require => Package['keystone'],
     notify  => Service[$service_name],
   }