Merge pull request #599 from enovance/use_os_family_fact_in_lb
Use osfamily fact instead of operatingsystem.
This commit is contained in:
commit
96bed45767
@ -454,7 +454,7 @@ class cloud::loadbalancer(
|
||||
options => $heat_cloudwatch_options
|
||||
}
|
||||
|
||||
if $::operatingsystem == 'RedHat' {
|
||||
if $::osfamily == 'RedHat' {
|
||||
$horizon_auth_url = 'dashboard'
|
||||
} else {
|
||||
$horizon_auth_url = 'horizon'
|
||||
|
Loading…
x
Reference in New Issue
Block a user