mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Open source fork of app-admin/puppet now that Perforce closed source. Provides a migration path to last rites app-admin/puppet and app-admin/puppet-agent Closes: https://bugs.gentoo.org/965200 Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/46085 Closes: https://github.com/gentoo/gentoo/pull/46085 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
485 B
Diff
11 lines
485 B
Diff
--- a/ext/systemd/puppet.service 2025-01-01 00:00:00.000000000 +0000
|
|
+++ b/ext/systemd/puppet.service 2025-01-01 00:00:00.000000000 +0000
|
|
@@ -17,7 +17,7 @@
|
|
EnvironmentFile=-/etc/sysconfig/puppetagent
|
|
EnvironmentFile=-/etc/sysconfig/puppet
|
|
EnvironmentFile=-/etc/default/puppet
|
|
-ExecStart=/opt/puppetlabs/puppet/bin/puppet agent $PUPPET_EXTRA_OPTS --no-daemonize
|
|
+ExecStart=/usr/bin/puppet agent $PUPPET_EXTRA_OPTS --no-daemonize
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|