Add ALT Linux support to hostname module

pull/18777/head
Evgenii Terechkov 10 years ago committed by Matt Clay
parent 953ed0aecc
commit 37d6c10133

@ -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…
Cancel
Save