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

puppet agent timer: depend on network/start it if offline #829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 16, 2022

  1. puppet agent timer: depend on network/start it if offline

    Two changes: With adding network-online.target as dependency we ensure
    that the network is really available. That might not be the case for the
    network.target. In case the system has no proper network manager,
    network-online.target isn't available. For that situation we still
    depend on network.target. Also we now have Wants= defined. That will
    start the targets if the agent is started.
    
    We had a similar discussion upstream:
    puppetlabs/puppet#8893
    bastelfreak committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    9ffd7fa View commit details
    Browse the repository at this point in the history