From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B42A91384B4 for ; Wed, 4 Nov 2015 14:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAB6921C015; Wed, 4 Nov 2015 14:36:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5706521C015 for ; Wed, 4 Nov 2015 14:36:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7397333F7F8 for ; Wed, 4 Nov 2015 14:36:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F8232004 for ; Wed, 4 Nov 2015 14:36:02 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1446647726.947098f172fa0f1d05ec7d08034f2d046a07e254.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet-agent/puppet-agent-1.2.7-r1.ebuild app-admin/puppet-agent/puppet-agent-1.2.7.ebuild X-VCS-Directories: app-admin/puppet-agent/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 947098f172fa0f1d05ec7d08034f2d046a07e254 X-VCS-Branch: master Date: Wed, 4 Nov 2015 14:36:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 138a44c1-9667-4c34-84e7-3667b7ad4a51 X-Archives-Hash: e0ff12cc3a889c6914e586a6514ec119 commit: 947098f172fa0f1d05ec7d08034f2d046a07e254 Author: Matthew Thode gentoo org> AuthorDate: Wed Nov 4 14:35:26 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Nov 4 14:35:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947098f1 app-admin/puppet-agent: fixing setup of puppet user/group bug 564856 Package-Manager: portage-2.2.20.1 .../{puppet-agent-1.2.7.ebuild => puppet-agent-1.2.7-r1.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-admin/puppet-agent/puppet-agent-1.2.7.ebuild b/app-admin/puppet-agent/puppet-agent-1.2.7-r1.ebuild similarity index 94% rename from app-admin/puppet-agent/puppet-agent-1.2.7.ebuild rename to app-admin/puppet-agent/puppet-agent-1.2.7-r1.ebuild index 7de77c5..a705419 100644 --- a/app-admin/puppet-agent/puppet-agent-1.2.7.ebuild +++ b/app-admin/puppet-agent/puppet-agent-1.2.7-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit eutils systemd unpacker +inherit eutils systemd unpacker user DESCRIPTION="general puppet client utils along with mcollective hiera and facter" HOMEPAGE="https://puppetlabs.com/" @@ -38,6 +38,11 @@ RDEPEND="${CDEPEND} S=${WORKDIR} +pkg_setup() { + enewgroup puppet + enewuser puppet -1 -1 /var/run/puppet puppet +} + src_install() { # conf.d doconfd etc/default/puppet