diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:55:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:55:56 +0100 |
commit | a2e8af224a922eb945c8e0be8f62d1ed898a4350 (patch) | |
tree | deec43cd4845e2afcb90f8f8ed8f5b26f4cd5dc5 /app-admin/puppetdb | |
parent | app-admin/puppet-agent: migrate to tmpfiles.eclass (diff) | |
download | gentoo-a2e8af224a922eb945c8e0be8f62d1ed898a4350.tar.gz gentoo-a2e8af224a922eb945c8e0be8f62d1ed898a4350.tar.bz2 gentoo-a2e8af224a922eb945c8e0be8f62d1ed898a4350.zip |
app-admin/puppetdb: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-admin/puppetdb')
-rw-r--r-- | app-admin/puppetdb/puppetdb-6.13.0.ebuild | 6 | ||||
-rw-r--r-- | app-admin/puppetdb/puppetdb-7.0.1.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/puppetdb/puppetdb-6.13.0.ebuild b/app-admin/puppetdb/puppetdb-6.13.0.ebuild index 784885ac312f..06b2986213b8 100644 --- a/app-admin/puppetdb/puppetdb-6.13.0.ebuild +++ b/app-admin/puppetdb/puppetdb-6.13.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib systemd +inherit multilib systemd tmpfiles DESCRIPTION="PuppetDB collects data generated by Puppet." HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" @@ -71,7 +71,7 @@ src_install() { # init type tasks newconfd ext/default puppetdb systemd_dounit ext/redhat/puppetdb.service - systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf + newtmpfiles ext/puppetdb.tmpfiles.conf puppetdb.conf newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb # misc insinto /etc/logrotate.d diff --git a/app-admin/puppetdb/puppetdb-7.0.1.ebuild b/app-admin/puppetdb/puppetdb-7.0.1.ebuild index 32de81f2a2e9..06b2986213b8 100644 --- a/app-admin/puppetdb/puppetdb-7.0.1.ebuild +++ b/app-admin/puppetdb/puppetdb-7.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib systemd +inherit multilib systemd tmpfiles DESCRIPTION="PuppetDB collects data generated by Puppet." HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" @@ -71,7 +71,7 @@ src_install() { # init type tasks newconfd ext/default puppetdb systemd_dounit ext/redhat/puppetdb.service - systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf + newtmpfiles ext/puppetdb.tmpfiles.conf puppetdb.conf newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb # misc insinto /etc/logrotate.d |