diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-28 15:19:14 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-28 15:25:20 -0600 |
commit | fd338aa44738fff0d4e79088709cf5729020d570 (patch) | |
tree | 444428a1c0137088508ae1a3b7300632fbf34b48 /acct-user | |
parent | app-shells/nushell: Bump to version 0.42.0 (diff) | |
download | gentoo-fd338aa44738fff0d4e79088709cf5729020d570.tar.gz gentoo-fd338aa44738fff0d4e79088709cf5729020d570.tar.bz2 gentoo-fd338aa44738fff0d4e79088709cf5729020d570.zip |
acct-user/icingadirector: add icingadirector user
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/icingadirector/icingadirector-0.ebuild | 13 | ||||
-rw-r--r-- | acct-user/icingadirector/metadata.xml | 8 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/icingadirector/icingadirector-0.ebuild b/acct-user/icingadirector/icingadirector-0.ebuild new file mode 100644 index 000000000000..f82b14af5783 --- /dev/null +++ b/acct-user/icingadirector/icingadirector-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="Icinga Director User" +ACCT_USER_ID=231 +ACCT_USER_HOME=/var/lib/icingadirector +ACCT_USER_GROUPS=( icingaweb2 ) + +acct-user_add_deps diff --git a/acct-user/icingadirector/metadata.xml b/acct-user/icingadirector/metadata.xml new file mode 100644 index 000000000000..5c76f7a3fc67 --- /dev/null +++ b/acct-user/icingadirector/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> +</pkgmetadata> |