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