summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-03-04 10:51:37 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-03-04 11:11:02 -0600
commitd1615bb79792a19871ebb4d9f68883793617abd4 (patch)
tree713c41ee85832c7d1ba7e35fae7c6208484e1f5c /acct-user
parentacct-group/icingacmd: add icingacmd group (diff)
downloadgentoo-d1615bb79792a19871ebb4d9f68883793617abd4.tar.gz
gentoo-d1615bb79792a19871ebb4d9f68883793617abd4.tar.bz2
gentoo-d1615bb79792a19871ebb4d9f68883793617abd4.zip
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@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r--acct-user/icinga/icinga-0.ebuild13
-rw-r--r--acct-user/icinga/metadata.xml8
2 files changed, 21 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+</pkgmetadata>