So I'm revisiting the idea of <@U1PC2RAH0> where w...
# puppet-enterprise
m
So I'm revisiting the idea of @bastelfreak where we want to put some settings from out (or from) pe.conf into Hiera. When reading: https://www.puppet.com/docs/pe/2023.2/installing_pe.html As far as I understood the documentation, the pe.conf is read during installation/updates and then never again. Can we just take the settings we changed and put it into hiera? Are there exceptions? We don't have that many. As of now I see that we set the following:
Copy code
console_admin_password
puppet_enterprise::send_analytics_data
puppet_enterprise::profile::console::display_local_time
puppet_enterprise::profile::master::check_for_updates
puppet_enterprise::profile::master::code_manager_auto_configure
puppet_enterprise::profile::master::r10k_remote
puppet_enterprise::profile::master::r10k_private_key
puppet_enterprise::profile::master::r10k_proxy
puppet_enterprise::profile::orchestrator::use_application_services
pe_install::puppet_master_dnsaltnames
Anything to keep in mind when doing that?