mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix agent setup on rhel6
This commit is contained in:
parent
7156213513
commit
29d0b09968
@ -18,7 +18,7 @@ class sysConfigAgentFactory:
|
||||
distribution = DistributionDetector().getVersion()
|
||||
if distribution == "Ubuntu":
|
||||
return sysConfigAgentUbuntu(glbEnv)
|
||||
elif distribution == "Fedora":
|
||||
elif distribution == "Fedora" or distribution == "RHEL6":
|
||||
return sysConfigRedhat6(glbEnv)
|
||||
elif distribution == "CentOS" or distribution == "RHEL5":
|
||||
return sysConfigRedhat5(glbEnv)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user