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
The following puppet run will update /opt/puppetlabs/server/data/code-manager/r10k.yaml and /etc/puppetlabs/r10k/r10k.yaml. But /etc/puppetlabs/r10k/r10k.yaml isn't, as far as I know, used by code-manager?
Expected Behavior
Don't update /etc/puppetlabs/r10k/r10k.yaml when it isn't needed.
Steps to Reproduce
Add "puppet_enterprise::profile::master::code_manager_auto_configure": true to the PE Master node group or hiera
Add "puppet_enterprise::profile::master::r10k_remote": "https://github.com/bastelfreak/testcontrolrepo.git", to the PE Master node group or hiera
This is important because I'm doing some mass PE upgrades. This can fail for various reasons. Unnecessary diffs make it hard to debug failed PE upgrades. During the upgrades I'm replacing puppet_enterprise::profile::master::r10k_remote with puppet_enterprise::profile::master::sources
The text was updated successfully, but these errors were encountered:
Describe the Bug
I added the following two parameters to my new PE installation:
The following puppet run will update
/opt/puppetlabs/server/data/code-manager/r10k.yaml
and/etc/puppetlabs/r10k/r10k.yaml
. But/etc/puppetlabs/r10k/r10k.yaml
isn't, as far as I know, used by code-manager?Expected Behavior
Don't update
/etc/puppetlabs/r10k/r10k.yaml
when it isn't needed.Steps to Reproduce
"puppet_enterprise::profile::master::code_manager_auto_configure": true
to thePE Master
node group or hiera"puppet_enterprise::profile::master::r10k_remote": "https://github.com/bastelfreak/testcontrolrepo.git",
to thePE Master
node group or hierapuppet agent -t
Environment
Additional Context
puppet_enterprise/manifests/profile/master.pp
but the repo is private and nobody commented on Make the PE specific puppet modules public #10puppet_enterprise::profile::master::r10k_remote
withpuppet_enterprise::profile::master::sources
The text was updated successfully, but these errors were encountered: