[gentoo-commits] repo/gentoo:master commit in: acct-user/puppetdb/

2020-02-21 Thread Matthew Thode
commit: 055adf7013b52f0e8137c607970a7b2dfaae0cad
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 21 22:30:47 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Feb 21 22:33:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055adf70

acct-user/puppetdb: remove longdescription

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/puppetdb/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/acct-user/puppetdb/metadata.xml b/acct-user/puppetdb/metadata.xml
index 976e9e9625d..3ffdeb4af3b 100644
--- a/acct-user/puppetdb/metadata.xml
+++ b/acct-user/puppetdb/metadata.xml
@@ -5,7 +5,4 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   puppetdb user
-   
 



[gentoo-commits] repo/gentoo:master commit in: acct-user/puppetdb/

2020-02-19 Thread Matthew Thode
commit: 95d3b6272119ad510a6988e1662727d50d3b7d6c
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb 19 22:23:55 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Feb 19 22:24:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d3b627

acct-user/puppetdb: add puppetdb user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/puppetdb/metadata.xml  | 11 +++
 acct-user/puppetdb/puppetdb-0.ebuild | 14 ++
 2 files changed, 25 insertions(+)

diff --git a/acct-user/puppetdb/metadata.xml b/acct-user/puppetdb/metadata.xml
new file mode 100644
index 000..976e9e9625d
--- /dev/null
+++ b/acct-user/puppetdb/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   prometheanf...@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 000..7f70113f655
--- /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