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

docker::run: Add service_provider param to override OS detection #86

Closed

Commits on Dec 20, 2017

  1. run: Add service_provider param to override OS detection

    Gentoo supports both OpenRC and systemd, and there is no good way to
    detect what is being used.  So, like the `docker` class, this adds a
    `service_provider` parameter to the `docker::run` type to override the
    default selection determined by OS family and version.
    
    Other minor fixes have been added to set missing variables when running
    under a non-Debian or non-RedHat operating system.
    jameslikeslinux committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    4e53fc3 View commit details
    Browse the repository at this point in the history