Skip to content

Commit 976f742

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 4188527 commit 976f742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/filebeat_oss.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
file { '/etc/filebeat/wazuh-template.json':
4545
owner => 'root',
4646
group => 'root',
47-
mode => '0440',
47+
mode => '0444',
4848
source => "puppet:///modules/${module_name}/wazuh_template_4.3.json",
4949
notify => Service['filebeat'],
5050
require => Package['filebeat'],

0 commit comments

Comments
 (0)