diff options
author | Nate House nathan.house@rackspace.com <> | 2014-02-04 15:59:44 -0600 |
---|---|---|
committer | Nate House nathan.house@rackspace.com <> | 2014-02-04 15:59:44 -0600 |
commit | 6922fc8294e38ee0780e9d74da7d3ec010a3cd3c (patch) | |
tree | 1d17252b9cb48bb1388b5bcb4b32fb4e6de10089 /cloudinit/distros | |
parent | 79741c91372c1101dac30b0c1fee32f6dabaff51 (diff) | |
download | vyos-cloud-init-6922fc8294e38ee0780e9d74da7d3ec010a3cd3c.tar.gz vyos-cloud-init-6922fc8294e38ee0780e9d74da7d3ec010a3cd3c.zip |
Update ssh_svcname in init
Diffstat (limited to 'cloudinit/distros')
-rw-r--r-- | cloudinit/distros/arch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/distros/arch.py b/cloudinit/distros/arch.py index 808f9c14..d67a7bde 100644 --- a/cloudinit/distros/arch.py +++ b/cloudinit/distros/arch.py @@ -48,6 +48,7 @@ class Distro(distros.Distro): # should only happen say once per instance...) self._runner = helpers.Runners(paths) self.osfamily = 'arch' + cfg['ssh_svcname'] = 'sshd' def apply_locale(self, locale, out_fn=None): if not out_fn: |