components/ruby/puppet-modules/openstack-horizon/patches/02-params.patch
changeset 6817 e4a26f447d0c
parent 5860 afd31ba91ee9
--- a/components/ruby/puppet-modules/openstack-horizon/patches/02-params.patch	Wed Sep 07 14:48:35 2016 -0700
+++ b/components/ruby/puppet-modules/openstack-horizon/patches/02-params.patch	Wed Sep 07 14:48:35 2016 -0700
@@ -25,7 +25,7 @@
        $http_service                = 'httpd'
        $http_modwsgi                = 'mod_wsgi'
        $package_name                = 'openstack-dashboard'
-@@ -21,6 +24,9 @@
+@@ -22,6 +25,9 @@
        $wsgi_group                  = 'dashboard'
      }
      'Debian': {
@@ -35,7 +35,7 @@
        $http_service                = 'apache2'
        $config_file                 = '/etc/openstack-dashboard/local_settings.py'
        $httpd_listen_config_file    = '/etc/apache2/ports.conf'
-@@ -40,8 +46,23 @@
+@@ -42,8 +48,23 @@
          }
        }
      }
@@ -56,7 +56,7 @@
 +    }
      default: {
 -      fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, module ${module_name} only support osfamily RedHat and Debian")
-+      fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, module ${module_name} only support osfamily Solaris, RedHat, and Debian")
++      fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, module ${module_name} only support osfamily RedHat, Debian, and Solaris")
      }
    }
  }