Skip to content

Commit

Permalink
fix(agent): fix include dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
ghormoon committed Apr 15, 2021
1 parent 9778cd3 commit b36c1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zabbix/agent/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ zabbix-agent-piddir:
{% for include in settings.get('includes', defaults.get('includes', [])) %}
{{ include }}:
file.directory:
- name: {{ salt['file.dirname'](include) }}
- user: {{ zabbix.user }}
- group: {{ zabbix.group }}
- dirmode: 750
Expand Down

0 comments on commit b36c1a7

Please sign in to comment.