commit:     5d76a0b94425da726005fbc8eb0da31ed3883d60
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 03:47:12 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 03:50:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d76a0b9

acct-user/cinder: add cinder user

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

 acct-user/cinder/cinder-0.ebuild | 14 ++++++++++++++
 acct-user/cinder/metadata.xml    | 10 ++++++++++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/cinder/cinder-0.ebuild b/acct-user/cinder/cinder-0.ebuild
new file mode 100644
index 00000000000..3576a06cec0
--- /dev/null
+++ b/acct-user/cinder/cinder-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 openstack cinder service"
+ACCT_USER_ID=442
+ACCT_USER_HOME=/var/lib/cinder
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( cinder )
+
+acct-user_add_deps

diff --git a/acct-user/cinder/metadata.xml b/acct-user/cinder/metadata.xml
new file mode 100644
index 00000000000..1301fb3341b
--- /dev/null
+++ b/acct-user/cinder/metadata.xml
@@ -0,0 +1,10 @@
+<?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>
+       <longdescription lang="en">
+       </longdescription>
+</pkgmetadata>

Reply via email to