commit:     d1615bb79792a19871ebb4d9f68883793617abd4
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 16:51:37 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> 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 <prometheanfire <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>prometheanf...@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to