From abed2c47fa4ce337e7185c1c675ff769a5967393 Mon Sep 17 00:00:00 2001 From: Hiroaki Nakamura Date: Fri, 1 Nov 2013 23:32:14 +0900 Subject: [PATCH] Fix for RHEL6. --- library/system/hostname | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/system/hostname b/library/system/hostname index db814aad774..cda955716a1 100644 --- a/library/system/hostname +++ b/library/system/hostname @@ -223,7 +223,7 @@ class RedHatStrategy(GenericStrategy): class RedHatHostname(Hostname): platform = 'Linux' - distribution = 'Redhat' + distribution = 'Red hat enterprise linux server' strategy_class = RedHatStrategy class CentOSHostname(Hostname):