Nick Bertrand
Nick Bertrand
PDK moduleroot_init templates are only added to a module during creation (pdk new). There is currently no mechanism to get these templates added to an existing module. Perhaps they could...
**Describe the bug** Prior to PDK 1.10.0, specifying a custom template repository URL resulted in fetching the `master` branch of the template repository. PDK 1.10.0 now defaults to a branch...
If the firewall type `source` has a prefix length of zero, Puppet attempts to correct the source on every run. ### Environment details - Puppet version: 7.28.0 - OS: Rocky...
## Summary Prevent `source` and `destination` values with a prefix length of zero causing the Puppet agent to attempt corrections on every run ## Additional Context See #1188 ## Checklist...
While Wazuh still doesn't have a built-in Rocky 8 SCA profile (https://github.com/wazuh/wazuh/issues/13406), this will at least allow the agent to be installed on Rocky 8 hosts. This PR is similar...
These changes allow for modules to have cross-dependencies. As far as I can tell, there should be no issue with cycles since install order is not important, only that all...
## Summary Some global variable names were re-used between the firewall and firewallchain providers. This causes intermittent catalog application failures. The proposed fix is to prefix all `firewall` global variables...