From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FA371580B9 for ; Mon, 23 Aug 2021 15:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3355E0A63; Mon, 23 Aug 2021 15:25:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACF16E0A63 for ; Mon, 23 Aug 2021 15:25:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA4BF335D6F for ; Mon, 23 Aug 2021 15:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23FD27B2 for ; Mon, 23 Aug 2021 15:25:13 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1629732305.9e8a6c022cf72fbb3bc016d834b17c743abc19a8.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppetdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppetdb/puppetdb-7.5.0-r1.ebuild app-admin/puppetdb/puppetdb-7.5.0.ebuild X-VCS-Directories: app-admin/puppetdb/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 9e8a6c022cf72fbb3bc016d834b17c743abc19a8 X-VCS-Branch: master Date: Mon, 23 Aug 2021 15:25:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e28b6c47-4dcf-430a-8625-7b8522ac9d2f X-Archives-Hash: 4be34e9b5ad456015f5d80edd8273061 commit: 9e8a6c022cf72fbb3bc016d834b17c743abc19a8 Author: Matthew Thode gentoo org> AuthorDate: Sun Aug 22 15:58:01 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Aug 23 15:25:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8a6c02 app-admin/puppetdb: install missing file Closes: https://bugs.gentoo.org/786705 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppetdb/{puppetdb-7.5.0.ebuild => puppetdb-7.5.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/puppetdb/puppetdb-7.5.0.ebuild b/app-admin/puppetdb/puppetdb-7.5.0-r1.ebuild similarity index 98% rename from app-admin/puppetdb/puppetdb-7.5.0.ebuild rename to app-admin/puppetdb/puppetdb-7.5.0-r1.ebuild index d3f27c98cbb..5ccee6e5aca 100644 --- a/app-admin/puppetdb/puppetdb-7.5.0.ebuild +++ b/app-admin/puppetdb/puppetdb-7.5.0-r1.ebuild @@ -48,6 +48,7 @@ src_install() { doins ext/config/conf.d/repl.ini doins ext/config/conf.d/database.ini doins ext/config/conf.d/config.ini + doins ext/config/conf.d/auth.conf insopts -m0755 insinto /opt/puppetlabs/server/apps/puppetdb/scripts doins install.sh