-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add support for puppet 3.7 (puppetserver) #46
Comments
is there a specific check we can do to see if we're dealing with puppetserver? |
Not directly, but you can cheat and fall back to Ruby to tell you, like so: $on_puppetserver = (inline_template('<%= RUBY_PLATFORM =>') == 'java') |
Also note that, while there is a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This module doesn't install the hiera-eyaml gem correctly on the new-ish puppet 3.7. This requires us to manually run the following command or work around it with an exec resource.
puppetserver gem install hiera-eyaml
The text was updated successfully, but these errors were encountered: