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-heat-6.1.0/manifests/api.pp.orig 2016-04-21 08:06:35.984332200 -0700
+++ openstack-heat-6.1.0/manifests/api.pp 2016-04-21 08:06:51.351553847 -0700
@@ -1,3 +1,7 @@
+#######################################################################
+# Oracle has modified the originally distributed contents of this file.
+#######################################################################
+
# == Class: heat::api
#
# Installs & configure the heat API service
@@ -72,12 +76,6 @@ class heat::api (
}
}
- package { 'heat-api':
- ensure => $package_ensure,
- name => $::heat::params::api_package_name,
- tag => ['openstack', 'heat-package'],
- }
-
if $manage_service {
if $enabled {
$service_ensure = 'running'