diff options
author | Ben Roberts <ben@sihnon.net> | 2016-11-17 21:15:29 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-19 15:19:06 -0600 |
commit | 967d903766962d6fda136419ee739ca1a0c1da27 (patch) | |
tree | c0879ec1b50a99c33c9e534a7b0f44e650484a8f /app-admin/puppetdb | |
parent | dev-util/rebar: remove old versions (diff) | |
download | gentoo-967d903766962d6fda136419ee739ca1a0c1da27.tar.gz gentoo-967d903766962d6fda136419ee739ca1a0c1da27.tar.bz2 gentoo-967d903766962d6fda136419ee739ca1a0c1da27.zip |
app-admin/puppetdb: fix 4.3.0 missing cli commands #600130
Puppetdb-4.3.0 changed the way the systemd unit works, which now calls
puppetdb {start|stop|reload}. These commands are distributed as extra
scripts, and so need to be installed.
Fixes #600130
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/puppetdb')
-rw-r--r-- | app-admin/puppetdb/puppetdb-4.3.0-r1.ebuild (renamed from app-admin/puppetdb/puppetdb-4.3.0.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-admin/puppetdb/puppetdb-4.3.0.ebuild b/app-admin/puppetdb/puppetdb-4.3.0-r1.ebuild index 7f657446ffe8..be7796cc3f3f 100644 --- a/app-admin/puppetdb/puppetdb-4.3.0.ebuild +++ b/app-admin/puppetdb/puppetdb-4.3.0-r1.ebuild @@ -65,6 +65,9 @@ src_install() { doins ext/cli/foreground doins ext/cli/anonymize doins ext/cli/import + doins ext/cli/reload + doins ext/cli/start + doins ext/cli/stop insinto /opt/puppetlabs/server/apps/puppetdb/bin doins ext/bin/puppetdb insopts -m0644 |