Allow code manager auto configure to be passed as param (#341)
* Allow code manager auto configure to be passed as param Basically we need the ability to turn off code manager for our CI, as it uninstalls the modules litmus puts in for acceptance testing. default behaviour left the same, just a new parameter exposed also we are correcting the unit testing
Adding /etc/puppetlabs/enterprise/conf.d/pe.conf (#346)
* Adding /etc/puppetlabs/enterprise/conf.d/pe.conf When a database is added outside of the peadm::install plan, the /etc/puppetlabs/enterprise/conf.d/ directory structure is not created. When the peadm::upgrade plan is run, it fails because it can't write the pe.conf file because the directory doesn't exist. The contents of the file aren't that important, they get rewritten when the upgrade runs. This change just ensures the directory is there for it. * Update add_database.pp * Fix spec test --------- Co-authored-by: Dimitri Tischenko <dimitri@puppet.com>
Added note for offline/airgapped upgrades for environments with pe_re…
…po classes for different agent platforms (#347)
Merge pull request #349 from puppetlabs/PE-36091
(PE-36091) Updating PE-ADM Supported Version
transform_classification_groups.py: fix typo (#350)
Fixes a tiny typo in the inline documentation
(PE-35899) Remove HoneyComb from the PEADM Github Actions (#353)
* (PE-35899) Remove HoneyComb from the PEADM Github Actions * Fixing workflow, adding missing version to referenced action
(PE-36172) Updating deprecated stdlibs methods
Changed to_json_pretty, merge, to_yaml, parsehocon to use stdlibs Added debug mode to nightly tests Changed spec test version to include puppet8
Merge pull request #358 from puppetlabs/PE-36172
(PE-36172) Fixing issues related to stdlib changes
(PE-36203) Updating supported to 2023.2 and default to 2021.7.4 (#363)
To come in line with latest PE and STS, I've updated the supported version and the default version. Also updated tests to run against these versions
Co-authored-by: GitHub Actions <puppetlabs@users.noreply.github.com>