app-admin/puppet-agent: remove unused files
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 31 Jul 2019 18:14:28 +0000 (20:14 +0200)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 31 Jul 2019 20:53:18 +0000 (15:53 -0500)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-admin/puppet-agent/files/mcollective.initd [deleted file]
app-admin/puppet-agent/files/mcollective.service [deleted file]

diff --git a/app-admin/puppet-agent/files/mcollective.initd b/app-admin/puppet-agent/files/mcollective.initd
deleted file mode 100644 (file)
index 6500cd8..0000000
+++ /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 (file)
index 9a6fdef..0000000
+++ /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