cc_emit_upstart: do not bother filtering

this module should "work" everywhere, in that it will only do anything if
/sbin/initctl exists (which is going to be upstart).
This commit is contained in:
Scott Moser 2014-02-12 12:19:13 -05:00
parent 2844a155a6
commit fd93772a5c

View File

@ -29,8 +29,6 @@ distros = ['ubuntu', 'debian']
def handle(name, _cfg, cloud, log, args):
if cloud.distro.is_excluded(name):
return
event_names = args
if not event_names:
# Default to the 'cloud-config'