-
Notifications
You must be signed in to change notification settings - Fork 565
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
undefined method strip #990
Comments
possible solution? |
do you have puppetlabs/stdlib and the other dependencies installed? |
There is a etc/puppet/code/modules/stdlib/lib/puppet/parser/functions/strip.rb file. Other dependencies are exists too, only puppet version is less as requested, but i think it's irrelevant for this line. |
the strip function in stdlib exists since 2.3.0: puppetlabs/puppetlabs-stdlib@16eec26 |
Oh, my fail :( |
can you tell us which module that came from? |
it's an own module. we use puppet long time ago, maybe someone wrote that "ghost" strip before we started to stdlib :/ |
thank you for the explanation! |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
include jenkins
What are you seeing
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, undefined method `strip' for []:Array (file: /etc/puppet/code/modules/jenkins/manifests/plugin.pp, line: 115, column: 16) (file: /etc/puppet/code/modules/jenkins/manifests/config.pp, line: 6) on node
What behaviour did you expect instead
install the jenkins
The text was updated successfully, but these errors were encountered: