Skip to content

Commit

Permalink
Merge pull request #791 from wazuh/merge-4.6.0-into-4.7.0
Browse files Browse the repository at this point in the history
Merge 4.6.0 into 4.7.0
  • Loading branch information
vcerenu authored Oct 9, 2023
2 parents 0e53082 + 62ac7c7 commit a69fcdd
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 a69fcdd

Please sign in to comment.