mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Add Sangoma linux (#45430)
Fixes https://github.com/ansible/ansible/issues/45300
This commit is contained in:
parent
ec3ce1f39c
commit
371d9596f4
1 changed files with 6 additions and 0 deletions
|
@ -679,6 +679,12 @@ class AmazonLinuxHostname(Hostname):
|
||||||
strategy_class = RedHatStrategy
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
|
|
||||||
|
class SangomaLinuxHostname(Hostname):
|
||||||
|
platform = 'Linux'
|
||||||
|
distribution = 'Derived from red hat enterprise linux '
|
||||||
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
|
|
||||||
class DebianHostname(Hostname):
|
class DebianHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
distribution = 'Debian'
|
distribution = 'Debian'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue