Skip to content

Commit

Permalink
Merge 4.6.0 into 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Oct 9, 2023
2 parents 0e53082 + 41f4e3e commit 62ac7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/indexer.pp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
}

exec { 'Initialize the Opensearch security index in Wazuh indexer':
path => ['/usr/bin', '/bin', '/usr/sbin'],
path => ['/usr/bin', '/bin', '/usr/sbin', '/sbin'],
command => "/usr/share/wazuh-indexer/bin/indexer-security-init.sh && touch ${indexer_security_init_lockfile}",
creates => $indexer_security_init_lockfile,
require => Service['wazuh-indexer'],
Expand Down

0 comments on commit 62ac7c7

Please sign in to comment.