From d1615bb79792a19871ebb4d9f68883793617abd4 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 4 Mar 2020 10:51:37 -0600 Subject: acct-user/icinga: add icinga user Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Matthew Thode --- acct-user/icinga/icinga-0.ebuild | 13 +++++++++++++ acct-user/icinga/metadata.xml | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 acct-user/icinga/icinga-0.ebuild create mode 100644 acct-user/icinga/metadata.xml (limited to 'acct-user') diff --git a/acct-user/icinga/icinga-0.ebuild b/acct-user/icinga/icinga-0.ebuild new file mode 100644 index 000000000000..44e51edfcf63 --- /dev/null +++ b/acct-user/icinga/icinga-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="Icinga User" +ACCT_USER_ID=456 +ACCT_USER_HOME=/var/lib/icinga2 +ACCT_USER_GROUPS=( icinga icingacmd nagios ) + +acct-user_add_deps diff --git a/acct-user/icinga/metadata.xml b/acct-user/icinga/metadata.xml new file mode 100644 index 000000000000..3ffdeb4af3b5 --- /dev/null +++ b/acct-user/icinga/metadata.xml @@ -0,0 +1,8 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + -- cgit v1.2.3-65-gdbad