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_rh_subscription.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cloudinit/config/cc_rh_subscription.py') diff --git a/cloudinit/config/cc_rh_subscription.py b/cloudinit/config/cc_rh_subscription.py index 3a113aea..d4ad724a 100644 --- a/cloudinit/config/cc_rh_subscription.py +++ b/cloudinit/config/cc_rh_subscription.py @@ -18,6 +18,8 @@ from cloudinit import util +distros = ['fedora', 'rhel'] + def handle(name, cfg, _cloud, log, _args): sm = SubscriptionManager(cfg) -- cgit v1.2.3