diff options
| author | Sam James <sam@gentoo.org> | 2024-02-29 00:19:10 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-02-29 00:19:10 +0000 |
| commit | b06991798a65f4e849ef12f838cf73757eb0f75c (patch) | |
| tree | cd4da143d78bac7bb50158723441039ee7e85e9b /app-admin/puppet-agent/files/puppet.initd2 | |
| parent | 027f61ab53740d605f10d5e72af3ccea9d2866cf (diff) | |
| download | gentoo-b06991798a65f4e849ef12f838cf73757eb0f75c.tar.gz gentoo-b06991798a65f4e849ef12f838cf73757eb0f75c.tar.bz2 gentoo-b06991798a65f4e849ef12f838cf73757eb0f75c.zip | |
app-admin/puppet-agent: update init.d for nfsmount removal
Bug: https://bugs.gentoo.org/925459
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/puppet-agent/files/puppet.initd2')
| -rw-r--r-- | app-admin/puppet-agent/files/puppet.initd2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/puppet-agent/files/puppet.initd2 b/app-admin/puppet-agent/files/puppet.initd2 index 90ebd0481701..c8949013918d 100644 --- a/app-admin/puppet-agent/files/puppet.initd2 +++ b/app-admin/puppet-agent/files/puppet.initd2 @@ -14,7 +14,7 @@ command_args="agent --pidfile ${pidfile} --confdir /etc/puppetlabs/puppet ${PUPP depend() { need localmount - use dns logger puppetserver netmount nfsmount + use dns logger puppetserver netmount } start_pre() { |
