bundles/systemd-networkd: add missing key to .provides()
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
966ee7dae9
commit
e9ce0ce869
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ def add_vlan_infos_to_interface(metadata):
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
'telegraf/input_plugins/builtin/bond',
|
'telegraf/input_plugins/builtin/bond',
|
||||||
|
'telegraf/additional_capabilities',
|
||||||
)
|
)
|
||||||
def telegraf(metadata):
|
def telegraf(metadata):
|
||||||
if not node.has_bundle('telegraf'):
|
if not node.has_bundle('telegraf'):
|
||||||
|
|
Loading…
Reference in a new issue