Skip to content

Commit

Permalink
Use mapping check again instead of CentOS 6 workaround
Browse files Browse the repository at this point in the history
Pull request saltstack-formulas#395 indicates that this is no longer needed.
  • Loading branch information
pprkut authored and SMillerDev committed May 19, 2023
1 parent 0bfde8e commit ae2389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/files/master.d/lxc_profiles.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lxc.network_profile:
{%- for prof in cfg_net %}
{{ prof }}:
{%- for conf in cfg_net[prof] -%}
{%- if cfg_prof[prof][conf] is mapping %}
{%- if cfg_net[prof][conf] is mapping %}
{{ conf }}:
{%- for opt in cfg_net[prof][conf] %}
{{ opt }}: {{ cfg_net[prof][conf][opt] }}
Expand Down

0 comments on commit ae2389d

Please sign in to comment.