Skip to content

Commit

Permalink
[backport] Fix checks config directory permissions (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSerrania committed Jul 10, 2020
1 parent 82d3e51 commit 15997be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/config.sls
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ datadog_{{ check_name }}_folder_installed:
- name: {{ datadog_settings.checks_confd }}/{{ check_name }}.d
- user: dd-agent
- group: root
- mode: 600
- mode: 700
# Remove the old config file (if it exists)
datadog_{{ check_name }}_old_yaml_removed:
Expand Down

0 comments on commit 15997be

Please sign in to comment.