From db72092b65ecc57bafe1ac6e81c99115f6bd1936 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 25 Jul 2016 12:43:32 -0700 Subject: 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. --- cloudinit/config/cc_snappy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cloudinit/config/cc_snappy.py') diff --git a/cloudinit/config/cc_snappy.py b/cloudinit/config/cc_snappy.py index 1a485ee6..6bcd8382 100644 --- a/cloudinit/config/cc_snappy.py +++ b/cloudinit/config/cc_snappy.py @@ -68,6 +68,8 @@ BUILTIN_CFG = { 'config': {}, } +distros = ['ubuntu'] + def parse_filename(fname): fname = os.path.basename(fname) -- cgit v1.2.3