Merge pull request #599 from enovance/use_os_family_fact_in_lb

Use osfamily fact instead of operatingsystem.
This commit is contained in:
Emilien Macchi 2014-09-08 15:30:35 -04:00
commit 96bed45767

View File

@ -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'