Add ALT Linux support to hostname module
This commit is contained in:
parent
953ed0aecc
commit
37d6c10133
1 changed files with 5 additions and 0 deletions
|
@ -425,6 +425,11 @@ class GentooHostname(Hostname):
|
||||||
distribution = 'Gentoo base system'
|
distribution = 'Gentoo base system'
|
||||||
strategy_class = OpenRCStrategy
|
strategy_class = OpenRCStrategy
|
||||||
|
|
||||||
|
class ALTLinuxHostname(Hostname):
|
||||||
|
platform = 'Linux'
|
||||||
|
distribution = 'Altlinux'
|
||||||
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue