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:
parent
2844a155a6
commit
fd93772a5c
@ -29,8 +29,6 @@ distros = ['ubuntu', 'debian']
|
|||||||
|
|
||||||
|
|
||||||
def handle(name, _cfg, cloud, log, args):
|
def handle(name, _cfg, cloud, log, args):
|
||||||
if cloud.distro.is_excluded(name):
|
|
||||||
return
|
|
||||||
event_names = args
|
event_names = args
|
||||||
if not event_names:
|
if not event_names:
|
||||||
# Default to the 'cloud-config'
|
# Default to the 'cloud-config'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user