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 #25839 - Determine puppetserver version in server.pp #668

Merged
merged 1 commit into from
Jan 11, 2019

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jan 11, 2019

Currently we store some parameters in the installers answers file that relate to the puppetserver version. This is because we determine them in params.pp which means init.pp has them. The result is that when a user upgrades, their answers need to be reset. Katello has a hook to always do this, Foreman has nothing.

By defaulting to undef and moving the the determination into server.pp we can avoid this whole problem.

Currently we store some parameters in the installers answers file that
relate to the puppetserver version. This is because we determine them in
params.pp which means init.pp has them. The result is that when a user
upgrades, their answers need to be reset. Katello has a hook to always
do this, Foreman has nothing.

By defaulting to undef and moving the the determination into server.pp
we can avoid this whole problem.
@mmoll mmoll merged commit 899bb08 into theforeman:master Jan 11, 2019
@mmoll
Copy link
Contributor

mmoll commented Jan 11, 2019

merged, bedankt @ekohl!

@ekohl ekohl deleted the 25839-version-determination branch January 11, 2019 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants