From: Matthew Thode Date: Wed, 4 Mar 2020 16:51:37 +0000 (-0600) Subject: acct-user/icinga: add icinga user X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1615bb79792a19871ebb4d9f68883793617abd4;p=gentoo.git acct-user/icinga: add icinga user Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Matthew Thode --- 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 + +