mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Merge pull request #8409 from Jmainguy/hostname_8339
Fixes issue #8339 where Scientific Linux incorrectly tries to use Fedora...
This commit is contained in:
commit
542aa496fc
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class ScientificHostname(Hostname):
|
||||||
class ScientificLinuxHostname(Hostname):
|
class ScientificLinuxHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
distribution = 'Scientific linux'
|
distribution = 'Scientific linux'
|
||||||
strategy_class = FedoraStrategy
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
class AmazonLinuxHostname(Hostname):
|
class AmazonLinuxHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue