Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning for puppet_enterprise::profile::plan_executor::versioned_deploys is missleading? #51

Open
bastelfreak opened this issue Aug 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bastelfreak
Copy link

bastelfreak commented Aug 14, 2024

Describe the Bug

We've some environments with PE 2023.7.0. They have versioned deploys for the orchestrator enabled in Hiera:

---
puppet_enterprise::profile::plan_executor::versioned_deploys: true

This triggers this notify on each run:

Warning: The puppet_enterprise::profile::plan_executor::versioned_deploys parameter is deprecated and will be removed in a future release; however, it has been set to 'true'. Please remove it from your Classifier classification, hiera data or /etc/puppetlabs/enterprise/conf.d/pe.conf, as appropriate.
Warning: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Deprecated_parameter[puppet_enterprise::profile::plan_executor::versioned_deploys]/Notify[puppet_enterprise::profile::plan_executor::versioned_deploys is deprecated]/message: defined 'message' as 'The puppet_enterprise::profile::plan_executor::versioned_deploys parameter is deprecated and will be removed in a future release; however, it has been set to \'true\'. Please remove it from your Classifier classification, hiera data or /etc/puppetlabs/enterprise/conf.d/pe.conf, as appropriate.'
  • Does that really require a notify that triggers changes on each run?
  • I was told that versioned deployments for orchestrator will be the default. In that case the notify should only appear if puppet_enterprise::profile::plan_executor::versioned_deploys is set to false?

Expected Behavior

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'

Environment

  • PE 2023.7.0
  • EL8

Additional Context

Add any other context about the problem here.

@bastelfreak bastelfreak added the bug Something isn't working label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant