commit: 178f637bd8d32e75f81c892d3036533f6c80c181
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 00:32:17 2021 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:32:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178f637b
app-admin/puppet: build fix as upstream removed ext/ldap/puppet.schema
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-admin/puppet/puppet-7.11.0.ebuild | 5 -----
app-admin/puppet/puppet-7.12.0.ebuild | 5 -----
2 files changed, 10 deletions(-)
diff --git a/app-admin/puppet/puppet-7.11.0.ebuild
b/app-admin/puppet/puppet-7.11.0.ebuild
index af78e821602..7c99390fd0f 100644
--- a/app-admin/puppet/puppet-7.11.0.ebuild
+++ b/app-admin/puppet/puppet-7.11.0.ebuild
@@ -103,11 +103,6 @@ all_ruby_install() {
fowners -R :puppet /etc/puppetlabs
fowners -R :puppet /var/lib/puppet
- if use ldap ; then
- insinto /etc/openldap/schema
- doins ext/ldap/puppet.schema
- fi
-
# ext and examples files
for f in $(find ext examples -type f) ; do
docinto "$(dirname ${f})"
diff --git a/app-admin/puppet/puppet-7.12.0.ebuild
b/app-admin/puppet/puppet-7.12.0.ebuild
index e4dadb18fe5..ef1c62f3e35 100644
--- a/app-admin/puppet/puppet-7.12.0.ebuild
+++ b/app-admin/puppet/puppet-7.12.0.ebuild
@@ -103,11 +103,6 @@ all_ruby_install() {
fowners -R :puppet /etc/puppetlabs
fowners -R :puppet /var/lib/puppet
- if use ldap ; then
- insinto /etc/openldap/schema
- doins ext/ldap/puppet.schema
- fi
-
# ext and examples files
for f in $(find ext examples -type f) ; do
docinto "$(dirname ${f})"