From: Matthew Thode Date: Wed, 19 Feb 2020 22:23:55 +0000 (-0600) Subject: acct-user/puppetdb: add puppetdb user X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=95d3b6272119ad510a6988e1662727d50d3b7d6c;p=gentoo.git acct-user/puppetdb: add puppetdb user Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Matthew Thode --- diff --git a/acct-user/puppetdb/metadata.xml b/acct-user/puppetdb/metadata.xml new file mode 100644 index 000000000000..976e9e9625d5 --- /dev/null +++ b/acct-user/puppetdb/metadata.xml @@ -0,0 +1,11 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + puppetdb user + + diff --git a/acct-user/puppetdb/puppetdb-0.ebuild b/acct-user/puppetdb/puppetdb-0.ebuild new file mode 100644 index 000000000000..7f70113f6559 --- /dev/null +++ b/acct-user/puppetdb/puppetdb-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for the puppetdb service" +ACCT_USER_ID=456 +ACCT_USER_HOME=/opt/puppetlabs/server/data/puppetserver +ACCT_USER_HOME_PERMS=0770 +ACCT_USER_GROUPS=( puppetdb ) + +acct-user_add_deps