Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 564856
Collapse All | Expand All

(-)puppet-agent-1.2.7.ebuild.orig (-1 / +6 lines)
Lines 3-9 Link Here
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils systemd unpacker
6
inherit eutils systemd unpacker user
7
7
8
DESCRIPTION="general puppet client utils along with mcollective hiera and facter"
8
DESCRIPTION="general puppet client utils along with mcollective hiera and facter"
9
HOMEPAGE="https://puppetlabs.com/"
9
HOMEPAGE="https://puppetlabs.com/"
Lines 38-43 Link Here
38
38
39
S=${WORKDIR}
39
S=${WORKDIR}
40
40
41
pkg_setup() {
42
	enewgroup puppet
43
	enewuser puppet -1 -1 /var/run/puppet puppet
44
}
45
41
src_install() {
46
src_install() {
42
	# conf.d
47
	# conf.d
43
	doconfd etc/default/puppet
48
	doconfd etc/default/puppet

Return to bug 564856