HomeSoftware Heritage

run Puppet agent from systemd only after network is brought up

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

run Puppet agent from systemd only after network is brought up

Using After ensures proper ordering between the Puppet service and
the machine's networking. We could also have used Wants or
Requires but, according to the systemd.unit(5) manpage, After
only ensure *ordering*, while Wants and Requires
actually *trigger* units.

In other words, After ensures that puppet-run will be started
after networking is up, but will not *necessarily* run when networking
is up, nor will it attempt to bring up networking when ran.

Closes: #764

Details

Provenance
Antoine Beaupré <anarcat@debian.org>Authored on Sep 21 2020, 4:33 PM
Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>Committed on Nov 2 2020, 11:41 AM
vsellierPushed on Nov 5 2020, 10:15 AM

Event Timeline

Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> committed rSPPUP5bf803567e6a: run Puppet agent from systemd only after network is brought up (authored by Antoine Beaupré <anarcat@debian.org>).Nov 2 2020, 11:41 AM

Commit No Longer Exists

This commit no longer exists in the repository.