diff options
author | Joshua Harlow <jxharlow@godaddy.com> | 2016-07-25 12:43:32 -0700 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-08-10 15:04:53 -0600 |
commit | db72092b65ecc57bafe1ac6e81c99115f6bd1936 (patch) | |
tree | 3083dd47fa973d906396443f7615f524cea9785f /cloudinit/config/cc_ubuntu_init_switch.py | |
parent | 4a1c0df6bc42d47b4e510b55c929419628ff9990 (diff) | |
download | vyos-cloud-init-db72092b65ecc57bafe1ac6e81c99115f6bd1936.tar.gz vyos-cloud-init-db72092b65ecc57bafe1ac6e81c99115f6bd1936.zip |
Add distro tags on config modules that should have it
Some of these really won't work to well on non-supporting
distros so to avoid further user pain tag this with the
supported distros where they should work.
Diffstat (limited to 'cloudinit/config/cc_ubuntu_init_switch.py')
-rw-r--r-- | cloudinit/config/cc_ubuntu_init_switch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/config/cc_ubuntu_init_switch.py b/cloudinit/config/cc_ubuntu_init_switch.py index 884d79f1..bffb4380 100644 --- a/cloudinit/config/cc_ubuntu_init_switch.py +++ b/cloudinit/config/cc_ubuntu_init_switch.py @@ -86,6 +86,8 @@ else fi """ +distros = ['ubuntu'] + def handle(name, cfg, cloud, log, args): """Handler method activated by cloud-init.""" |