We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following Exec resources are executed on each puppet run, which seems unnecessary.
Notice: /Stage[main]/Wazuh::Manager/Exec[Generate the wazuh-keystore (username)]/returns: executed successfully (corrective) Notice: /Stage[main]/Wazuh::Manager/Exec[Generate the wazuh-keystore (password)]/returns: executed successfully (corrective)
https://github.com/wazuh/wazuh-puppet/blob/master/manifests/manager.pp#L605-L613
The use of onlyif or unless might be suitable to check the state of the target system.
https://www.puppet.com/docs/puppet/7/types/exec.html#exec-attribute-onlyif https://www.puppet.com/docs/puppet/8/types/exec.html#exec-attribute-unless
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following Exec resources are executed on each puppet run, which seems unnecessary.
https://github.com/wazuh/wazuh-puppet/blob/master/manifests/manager.pp#L605-L613
The use of onlyif or unless might be suitable to check the state of the target system.
https://www.puppet.com/docs/puppet/7/types/exec.html#exec-attribute-onlyif
https://www.puppet.com/docs/puppet/8/types/exec.html#exec-attribute-unless
The text was updated successfully, but these errors were encountered: