Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logstash/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ logstash-pkg:
# the account. The group needs to be defined as 'adm' in the init script,
# so we'll do a pattern replace.

{%- if salt['grains.get']('os', None) == "Ubuntu" %}
{%- if logstash.get('fix_permissions', True) and salt['grains.get']('os', None) == "Ubuntu" %}
change service group in Ubuntu init script:
file.replace:
- name: /etc/init.d/logstash
Expand Down