Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure we can download the wazuh-template #542

Closed
le-ya opened this issue Aug 4, 2022 · 2 comments
Closed

Ensure we can download the wazuh-template #542

le-ya opened this issue Aug 4, 2022 · 2 comments

Comments

@le-ya
Copy link

le-ya commented Aug 4, 2022

In the filebeat_oss.pp there is an exec "cleanup /etc/filebeat/wazuh-template.json" who try to delete a file, and when the file is missing it fails and stop the next action which is download the wazuh-template.

This situation happens at bootstrapping.

@cruelsmith
Copy link
Contributor

This issue came with #516. I missed this state since i did not had done a bootstrap 🙈
#543 is the better solution or we add a onlyif => 'test -f /etc/filebeat/wazuh-template.json', to the exec to fix this.

cruelsmith referenced this issue Aug 19, 2022
Ensure that we recognize content changes of the local and remote file.
@c-bordon
Copy link
Member

c-bordon commented Oct 4, 2022

Hello le-ya, with the PR we have applied a solution to this error, thanks for participating in the community

@c-bordon c-bordon closed this as completed Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants