Skip to content
Snippets Groups Projects
Commit 64417837 authored by skorpy's avatar skorpy :construction_worker:
Browse files

lldp: do weird control structure stuff

parent 557b83ee
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -2,7 +2,7 @@
{%- for name, interface in pillar.ifaces.items() if 'lldp' in interface -%}
{%- do interfaces.append(name) -%}
{%- endfor -%}
{%- if interfaces is iterable -%}
{%- if interfaces|length > 0 -%}
lldpd:
pkg.installed: []
service.running:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment