diff options
| author | Scott Moser <smoser@ubuntu.com> | 2014-02-13 06:27:22 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2014-02-13 06:27:22 -0500 |
| commit | c722a6e9110b8a5dc33de8911cf5734e14dc523f (patch) | |
| tree | 54acbaf93371fc42f2777f68e79768e45f47a0a7 /cloudinit/config/cc_ssh_import_id.py | |
| parent | 5788cd903f6e4a9bab2ad32e9c1d2eb13b485ac3 (diff) | |
| parent | f7ac086a434b511b076346839818de7cf34e18a2 (diff) | |
| download | vyos-cloud-init-c722a6e9110b8a5dc33de8911cf5734e14dc523f.tar.gz vyos-cloud-init-c722a6e9110b8a5dc33de8911cf5734e14dc523f.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): |
