Skip to content

Commit 8db5b99

Browse files
committed
Change mode for wazuh-template.json
Readable for others, as in the [documentation](https://documentation.wazuh.com/current/installation-guide/wazuh-server/step-by-step.html#configuring-filebeat)
1 parent dfaf46e commit 8db5b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/filebeat_oss.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
file { '/etc/filebeat/wazuh-template.json':
4444
owner => 'root',
4545
group => 'root',
46-
mode => '0440',
46+
mode => '0444',
4747
content => file('wazuh/wazuh_template_4.3.json'),
4848
notify => Service['filebeat'],
4949
require => Package['filebeat'],

0 commit comments

Comments
 (0)