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

daemon: explicitly pass provider to service #133

Merged
merged 2 commits into from
Jan 4, 2018

Commits on Dec 18, 2017

  1. daemon: explicitly pass provider to service

    This ensures puppet doesn't incorrectly detect the service provider in some circumstances (e.g. if a systemd unit is disabled).
    It also has the side-effect of enabling us to actually meaningfully override the provider (until now, setting $init_style would not propagate to the service, so puppet would try to detect the system provider even if you attempted to pass a different one)
    
    fixes voxpupuli#132
    costela committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    72458d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a76958 View commit details
    Browse the repository at this point in the history