Skip to content

Solve issue with repeated restarts if ssl-disable is true #1425

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

Merged
merged 7 commits into from
Apr 25, 2022
Merged

Solve issue with repeated restarts if ssl-disable is true #1425

merged 7 commits into from
Apr 25, 2022

Conversation

markasammut
Copy link
Contributor

With the current code, if ssl-disable is set to true and restart is set to true, the notify message in the server::config class warning about ssl being disabled causes the service to be restarted on each Puppet run.

I have therefore moved that warning message outside of the server::config class, so that server::config ~> server::service does not trigger a restart of the service on each Puppet run.

@markasammut markasammut requested a review from a team as a code owner August 3, 2021 12:23
@CLAassistant
Copy link

CLAassistant commented Aug 3, 2021

CLA assistant check
All committers have signed the CLA.

@puppet-community-rangefinder
Copy link

mysql::server is a class

Breaking changes to this file WILL impact these 77 modules (exact match):
Breaking changes to this file MAY impact these 51 modules (near match):

mysql::server::config is a class

Breaking changes to this file MAY impact these 1 modules (near match):

This module is declared in 142 of 578 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@markasammut
Copy link
Contributor Author

PR will pass test If scientific7 and oraclelinux7 are excluded from xtrabackup tests as per #1443

@daianamezdrea
Copy link
Contributor

Hello @markasammut , sorry for the late answer but our team went through some transformations, can you rebase your PR in order to have everything green and ready to merge? Thank you and sorry again

@markasammut
Copy link
Contributor Author

Rebased, workflows awaiting approval.

@LukasAud
Copy link
Contributor

Reopening to trigger tests again.

@LukasAud LukasAud closed this Apr 25, 2022
@LukasAud LukasAud reopened this Apr 25, 2022
@puppet-community-rangefinder
Copy link

mysql::server is a class

Breaking changes to this file WILL impact these 77 modules (exact match):
Breaking changes to this file MAY impact these 49 modules (near match):

mysql::server::config is a class

Breaking changes to this file MAY impact these 1 modules (near match):

This module is declared in 140 of 579 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@LukasAud LukasAud merged commit 9f544a7 into puppetlabs:main Apr 25, 2022
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.

5 participants