diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-12 16:06:45 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-12 16:06:45 -0500 |
commit | 9d44b9e3d972e30bfff86d9cfb5716ca9dfcdefa (patch) | |
tree | c16834da7d6da6290f169b5df15444cc1f334389 /cloudinit/config/cc_ssh_import_id.py | |
parent | 09f392693efeacc7ac17cdab51c7299e928e394d (diff) | |
parent | 7204a820b561f23453820ff79a8228500bc754c9 (diff) | |
download | vyos-cloud-init-9d44b9e3d972e30bfff86d9cfb5716ca9dfcdefa.tar.gz vyos-cloud-init-9d44b9e3d972e30bfff86d9cfb5716ca9dfcdefa.zip |
merge from trunk
Diffstat (limited to 'cloudinit/config/cc_ssh_import_id.py')
-rw-r--r-- | cloudinit/config/cc_ssh_import_id.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cloudinit/config/cc_ssh_import_id.py b/cloudinit/config/cc_ssh_import_id.py index 50d96e15..76c1663d 100644 --- a/cloudinit/config/cc_ssh_import_id.py +++ b/cloudinit/config/cc_ssh_import_id.py @@ -26,9 +26,8 @@ from cloudinit import distros as ds from cloudinit import util import pwd -# The ssh-import-id only seems to exist on ubuntu (for now) # https://launchpad.net/ssh-import-id -distros = ['ubuntu'] +distros = ['ubuntu', 'debian'] def handle(_name, cfg, cloud, log, args): |