commit: 073505a7ca21693ab891644999a802b51fe82d7a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 18:14:28 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 20:53:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073505a7
app-admin/puppet-agent: remove unused files
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-admin/puppet-agent/files/mcollective.initd | 18 ------------------
app-admin/puppet-agent/files/mcollective.service | 14 --------------
2 files changed, 32 deletions(-)
diff --git a/app-admin/puppet-agent/files/mcollective.initd
b/app-admin/puppet-agent/files/mcollective.initd
deleted file mode 100644
index 6500cd87881..00000000000
--- a/app-admin/puppet-agent/files/mcollective.initd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MCOLLECTIVE_PID_DIR="${MCOLLECTIVE_PID_DIR:-/var/run/puppetlabs}"
-
-command="/usr/sbin/mcollectived"
-pidfile="${MCOLLECTIVE_PID_DIR}/mcollectived.pid"
-
-command_args="--pidfile ${pidfile}
--config=/etc/puppetlabs/mcollective/server.cfg --daemonize"
-
-depend() {
- need net
-}
-
-start_pre() {
- checkpath --directory "${MCOLLECTIVE_PID_DIR}"
-}
diff --git a/app-admin/puppet-agent/files/mcollective.service
b/app-admin/puppet-agent/files/mcollective.service
deleted file mode 100644
index 9a6fdefb8ca..00000000000
--- a/app-admin/puppet-agent/files/mcollective.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=The Marionette Collective
-After=network.target
-
-[Service]
-Type=forking
-StandardOutput=syslog
-StandardError=syslog
-ExecStart=/usr/sbin/mcollectived
--config=/etc/puppetlabs/mcollective/server.cfg
--pidfile=/var/run/puppetlabs/mcollective.pid --daemonize
-ExecReload=/bin/kill -USR1 $MAINPID
-PIDFile=/var/run/puppetlabs/mcollective.pid
-
-[Install]
-WantedBy=multi-user.target