-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PE 2015 support trick #36
Comments
So you installed both Gems using /opt/puppetlabs/puppet/bin/gem and lookup_http instaleld into /usr/lib/ruby? |
lookup_http was installed with /opt/puppetlabs/puppet/bin/gem but I don't The rb file copied from /usr/lib/ruby/gems was from the /usr/bin/gem On Wed, Oct 28, 2015 at 3:05 AM, Craig Dunn notifications@github.com
Thank you, [image: New Website. 100% Mobile Friendly. Same Trusted Solutions. |
The
to install gems into the puppetserver. |
I'm running 2015.2.0 and these are the only gem's I have:
It looks like it needs $JAVA_BIN set and that isn't set up in my env.
I have a ticket opened with Puppet Labs support but they only support YAML On Wed, Oct 28, 2015 at 8:35 AM, jbcraig notifications@github.com wrote:
Thank you, [image: New Website. 100% Mobile Friendly. Same Trusted Solutions. |
I just copied your example and that worked. I think you're right but since I already got it working with a manual copy I can't verify but I bet that was it. |
I'm certainly a beginner with hiera and puppet, but this does not seem to be the "usual" case for hiera backend installation. If that's the case, could be please update the README.md file to reflect this? |
I was able to install using the standard installation from a PE 2015 I had on a vagrant box. Will we be closing the legacy issues? |
@andrewpsp only those that are resolved - I'll continue to support the 2.x versions of hiera-http probably until Puppet 4.0 retires for users who aren't yet on Hiera 5. I just added the labels to add some distinction between the old Hiera back end (hiera-http 2.0) and the new Hiera 5 data provider function (hiera-http 3.0) |
Here is what I had to do to get this working in PE 2015.2
the gem install at /opt/puppetlabs/puppet/bin/gem did not resolve the issue. I had to manually copy the file into /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/ which isn't a good solution but it works
The text was updated successfully, but these errors were encountered: