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

support amazon linux 2 for service module #45764

Merged
merged 2 commits into from
Feb 2, 2018
Merged

Conversation

mchugh19
Copy link
Contributor

What does this PR do?

Same as #45758, but for the 2017.7 branch. Disables rh_service.py on Amazon Linux 2

Previous Behavior

service.running states ran via rh_service.py rather than systemd and failed.

New Behavior

Systemd is used to manage service calls and runs properly.

Tests written?

No

Commits signed with GPG?

No

Copy link
Contributor

@rallytime rallytime left a comment

Choose a reason for hiding this comment

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

I have one small request

else:
return (
False,
'Amazon Linux >= version 2 use systemd, will not '
Copy link
Contributor

Choose a reason for hiding this comment

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

use --> uses and then maybe let's split the message up into 2 sentences with systemd. Will not.

@mchugh19
Copy link
Contributor Author

Edited the copy/pasted bits!

@terminalmage
Copy link
Contributor

@rallytime I think this should be added to the RC branch.

@terminalmage terminalmage added ZRELEASED - 2018.3.0 bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch labels Feb 2, 2018
@rallytime rallytime merged commit fc04336 into saltstack:2017.7 Feb 2, 2018
@rallytime rallytime added ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch. and removed bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch labels Feb 2, 2018
rallytime pushed a commit that referenced this pull request Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZRELEASED - 2018.3.0 ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants