components/ruby/puppet-modules/openstack-glance/patches/03-init.patch
changeset 6817 e4a26f447d0c
parent 6816 bb11bcf4ebf8
child 6818 4079d968549c
--- a/components/ruby/puppet-modules/openstack-glance/patches/03-init.patch	Wed Sep 07 14:48:35 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-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-glance-6.1.0/manifests/init.pp.orig	2016-04-21 07:51:03.237198178 -0700
-+++ openstack-glance-6.1.0/manifests/init.pp	2016-04-21 07:51:32.893728947 -0700
-@@ -1,3 +1,7 @@
-+#######################################################################
-+# Oracle has modified the originally distributed contents of this file.
-+#######################################################################
-+
- # == class: glance
- #
- # base glance config.
-@@ -15,13 +19,6 @@
- 
-   include ::glance::params
- 
--  file { '/etc/glance/':
--    ensure => directory,
--    owner  => 'glance',
--    group  => 'root',
--    mode   => '0770',
--  }
--
-   if ( $glance::params::api_package_name == $glance::params::registry_package_name ) {
-     package { $glance::params::api_package_name :
-       ensure => $package_ensure,