Add support for Linaro distribution in hostname module
This commit is contained in:
parent
5591e8838d
commit
158d6276eb
1 changed files with 7 additions and 2 deletions
|
@ -183,6 +183,11 @@ class UbuntuHostname(Hostname):
|
|||
distribution = 'Ubuntu'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
class LinaroHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Linaro'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
# ===========================================
|
||||
|
||||
class RedHatStrategy(GenericStrategy):
|
||||
|
|
Loading…
Reference in a new issue