diff options
author | William Hubbs <williamh@gentoo.org> | 2020-04-28 12:30:26 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-04-28 12:30:26 -0500 |
commit | 63dc433f7f6443532f51124d47cb8005235a3aac (patch) | |
tree | 4da8d43434e3f65059b85e23e054be90c7a8a54b /acct-user | |
parent | acct-group/consul-template: new group for consul-template (diff) | |
download | gentoo-63dc433f7f6443532f51124d47cb8005235a3aac.tar.gz gentoo-63dc433f7f6443532f51124d47cb8005235a3aac.tar.bz2 gentoo-63dc433f7f6443532f51124d47cb8005235a3aac.zip |
acct-user/consul-template: new user for consul-template
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/consul-template/consul-template-0.ebuild | 12 | ||||
-rw-r--r-- | acct-user/consul-template/metadata.xml | 7 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-user/consul-template/consul-template-0.ebuild b/acct-user/consul-template/consul-template-0.ebuild new file mode 100644 index 000000000000..9976bf6fafda --- /dev/null +++ b/acct-user/consul-template/consul-template-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for consul-template" +ACCT_USER_ID=408 +ACCT_USER_GROUPS=( consul-template ) + +acct-user_add_deps diff --git a/acct-user/consul-template/metadata.xml b/acct-user/consul-template/metadata.xml new file mode 100644 index 000000000000..9a7ba2ff3c46 --- /dev/null +++ b/acct-user/consul-template/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zmedico@gentoo.org</email> + </maintainer> +</pkgmetadata> |