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

Fixes #28926 - Remove Parametrized_Classes_in_ENC setting #7414

Merged
merged 1 commit into from Feb 5, 2020

Conversation

tbrisker
Copy link
Member

@tbrisker tbrisker commented Feb 5, 2020

This setting was needed for Puppet <2.6.5 support, no point in keeping
it.

@theforeman-bot
Copy link
Member

Issues: #28926

@@ -61,8 +61,7 @@ def networking_params

def classes_info_hash
return [] if host.environment.nil?
return puppetclass_parameters if Setting[:Parametrized_Classes_in_ENC]
host.puppetclasses_names
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can probably drop this method definition since it's now unused.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

ekohl
ekohl previously approved these changes Feb 5, 2020
This setting was needed for Puppet <2.6.5 support, no point in keeping
it.
@tbrisker
Copy link
Member Author

tbrisker commented Feb 5, 2020

updated to fix the failing test.

@mmoll mmoll merged commit 1553f8f into theforeman:develop Feb 5, 2020
@mmoll
Copy link
Contributor

mmoll commented Feb 5, 2020

merged, thanks @tbrisker!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants