Add ALT Linux support to hostname module
This commit is contained in:
parent
178d3ea133
commit
d1595b99bc
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…
Add table
Reference in a new issue