All notable changes to this project will be documented in this file.
Features
- Improve plan run time by using
enterprise_task::test_connect
to verify connectivity. Thanks chambersmp - Bumped PDK to version 3.2.0
- Plan can now automatically detect the primary server thanks to the
pe_status_check_role
fact. - Minor lint fixes.
- Added github actions lint and unit tests.
Features
- Added support for older Puppet enterprise versions which still use 'master' instead of 'primary server'. (must set the support_legacy_pe parameter to true to enable this support)
Bugfixes
- Added exception handling for reading existing csr_attributes.yaml. Corrupted yaml caused the plan to fail for that node. Csr_attributes data is now ignored if its invalid.
Features
- Minor documentation updates
Bugfixes
- No longer require a valid API token under the root user on the Puppet primary server. #1
Known Issues
Features
- First release to forge.
Bugfixes
Known Issues