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

(MODULES-1984) Perform daemon-reload on systemd #518

Merged
merged 1 commit into from
May 5, 2015

Conversation

johnduarte
Copy link

This commit patches the manifests/linux/redhat.pp manifest to
perform a systemctl daemon-reload exec on platforms that also
contain firewalld.

Prior to this commit, Specifically on Centos 7, if the systemd
deamon is not reloaded then the iptables service fails to start
because it cannot see the systemd Unit for that service.

This patch refreshes the daemon's list of Units and allows the
service to start as expected.

This commit patches the `manifests/linux/redhat.pp` manifest to
perform a `systemctl daemon-reload` exec on platforms that also
contain firewalld.

Prior to this commit, Specifically on Centos 7, if the systemd
deamon is not reloaded then the iptables service fails to start
because it cannot see the systemd Unit for that service.

This patch refreshes the daemon's list of Units and allows the
service to start as expected.
jonnytdevops added a commit that referenced this pull request May 5, 2015
(MODULES-1984) Perform daemon-reload on systemd
@jonnytdevops jonnytdevops merged commit dc44744 into puppetlabs:master May 5, 2015
@johnduarte johnduarte deleted the 1984-patch-for-centos7 branch November 18, 2015 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants