summaryrefslogtreecommitdiff
path: root/app-admin/puppet-agent/files/puppet.initd2
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-29 00:19:10 +0000
committerSam James <sam@gentoo.org>2024-02-29 00:19:10 +0000
commitb06991798a65f4e849ef12f838cf73757eb0f75c (patch)
treecd4da143d78bac7bb50158723441039ee7e85e9b /app-admin/puppet-agent/files/puppet.initd2
parent027f61ab53740d605f10d5e72af3ccea9d2866cf (diff)
downloadgentoo-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.initd22
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() {