Support manjaro arm in hostname module (#69861)
This commit is contained in:
parent
dc79528cc6
commit
fcea87926f
1 changed files with 6 additions and 0 deletions
|
@ -640,6 +640,12 @@ class ManjaroHostname(Hostname):
|
|||
strategy_class = SystemdStrategy
|
||||
|
||||
|
||||
class ManjaroARMHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Manjaro-arm'
|
||||
strategy_class = SystemdStrategy
|
||||
|
||||
|
||||
class RHELHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Redhat'
|
||||
|
|
Loading…
Reference in a new issue