Skip to content

Commit

Permalink
Merge pull request #27 from ktomala/master
Browse files Browse the repository at this point in the history
Change deprecated expr_form to tgt_type.
  • Loading branch information
aboe76 committed Feb 28, 2019
2 parents c0dfb2e + af74126 commit b559764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostsfile/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{%- set hosts = {} %}
{%- set pillar_hosts = salt['pillar.get']('hostsfile:hosts', {}) %}
{%- set pillar_only = salt['pillar.get']('hostsfile:only', {}) %}
{%- set mine_hosts = salt['mine.get'](minions, minealias, expr_form=minions_type) %}
{%- set mine_hosts = salt['mine.get'](minions, minealias, tgt_type=minions_type) %}
{%- if mine_hosts is defined %}
{%- do hosts.update(mine_hosts) %}
{%- endif %}
Expand Down

0 comments on commit b559764

Please sign in to comment.