From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4389138350 for ; Wed, 4 Mar 2020 17:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08616E09C3; Wed, 4 Mar 2020 17:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D45FFE09BC for ; Wed, 4 Mar 2020 17:11:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9157534F5C1 for ; Wed, 4 Mar 2020 17:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B98E8166 for ; Wed, 4 Mar 2020 17:11:21 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1583341862.d1615bb79792a19871ebb4d9f68883793617abd4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/icinga/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/icinga/icinga-0.ebuild acct-user/icinga/metadata.xml X-VCS-Directories: acct-user/icinga/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: d1615bb79792a19871ebb4d9f68883793617abd4 X-VCS-Branch: master Date: Wed, 4 Mar 2020 17:11:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed0db5aa-5447-449b-ae49-e2338bf9849e X-Archives-Hash: 29c701814742da23dfaa753ff309f2b8 commit: d1615bb79792a19871ebb4d9f68883793617abd4 Author: Matthew Thode gentoo org> AuthorDate: Wed Mar 4 16:51:37 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Mar 4 17:11:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1615bb7 acct-user/icinga: add icinga user Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Matthew Thode gentoo.org> acct-user/icinga/icinga-0.ebuild | 13 +++++++++++++ acct-user/icinga/metadata.xml | 8 ++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-user/icinga/icinga-0.ebuild b/acct-user/icinga/icinga-0.ebuild new file mode 100644 index 00000000000..44e51edfcf6 --- /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 00000000000..3ffdeb4af3b --- /dev/null +++ b/acct-user/icinga/metadata.xml @@ -0,0 +1,8 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + +