You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all files that need to be edited for installation use erb templates to replace the data with the variables that are required. As a requirement we cannot have templates within the installation repositories, so these templates cannot be used.
To solve this problem, it is necessary to investigate the possibility of generating a class or function that allows the customization of configuration files, trying to solve the limitations that Puppet has regarding the creation of classes that try to work with files that are not generated on the server at the time of configuration, even if there are previous steps that generate them.
Tasks
Verify the possibility of generating classes or functions that edit configuration files that are generated during the deployment process.
Generate the class or function for editing all configuration files of Wazuh components.
Verify the correct deployment, maintaining idempotency.
The text was updated successfully, but these errors were encountered:
Description
Currently all files that need to be edited for installation use erb templates to replace the data with the variables that are required. As a requirement we cannot have templates within the installation repositories, so these templates cannot be used.
To solve this problem, it is necessary to investigate the possibility of generating a class or function that allows the customization of configuration files, trying to solve the limitations that Puppet has regarding the creation of classes that try to work with files that are not generated on the server at the time of configuration, even if there are previous steps that generate them.
Tasks
The text was updated successfully, but these errors were encountered: