-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Evaluation Error on require of puppet/util/rundeck_acl #125
Comments
I get a similar error on Puppet v3.8.2.
I'm unsure if this is something that can be resolved by this module. In my research, I saw mention of ensuring your puppet.conf has pluginsync set to true on the master/client, which I validated to be properly setup in my case. For now, I'm pinned to ref: 587c919 |
I think there are a couple of issues that might be causing this and I do belive it is a problem with the module. I think it missing a Also clearly it is missing tests to catch this problem in the first place. |
@liamjbennett oh, that makes sense. Thanks! |
Anyone else experiencing this issue? Just saw a new version was tagged (v2.0.0). |
I have been trying to replicate this in the beaker tests but have not been able to yet. v2.0.0 was indeed released recently as there were many other changes people were asking for. |
The two things I think the related to:
|
ad 1) puppetx -> puppetcommunityx |
same for me on puppet 3.8.3 with plugingsync=true on both puppetmaster and node any pointer on how to fix it? tried messing with the module structure without luck thanks M |
We have the issue as well, Puppet 3.7.5, Ruby 2.0.0, CentOS7 on masters and agents. @Tombar --- a/code/lib/puppet/parser/functions/validate_rd_policy.rb
+++ b/code/lib/puppet/parser/functions/validate_rd_policy.rb
@@ -1,4 +1,5 @@
-require 'puppet/util/rundeck_acl'
+#require 'puppet/util/rundeck_acl'
+File.expand_path('../../util/rundeck_acl', __FILE__) In my defence official modules also do things like that. ;) |
I also have this problem on my puppet server. |
* Using puppet server setup. Issue: voxpupuli#125
I've tested @ak0ska suggestion from @JesperTerkelsen fork and it work as expected. Please merge this change :) Regards M |
@JesperTerkelsen can you submit a pull request for your changes? |
Just submit PR #140 with @ak0ska and @JesperTerkelsen suggestions to speed up things. Regards M |
hey @liamjbennett,
I was unable to reproduce the issue on my virtual machine with the same version of ruby (Puppet 3.7.4). Wondering if it's really related to ruby's version |
* Using puppet server setup. Issue: voxpupuli#125
* Using puppet server setup. Issue: voxpupuli#125
When using puppet server setup. Issue: voxpupuli#125
@johnzimm I made the pr. |
When using puppet server setup. Issue: voxpupuli#125
When using puppet server setup. Issue: voxpupuli#125
Fixed with #146 |
@liamjbennett I don't believe this is fixed. I pulled down the newest git, cleared all of my caches, and tried running it. Same error. |
What version of puppet are you running? I tested it myself with 3.8.3 and ruby 1.9.3p484 |
@liamjbennett failed with both 4.2 and 4.3. |
Same problem here
|
Still broken
|
Can we re-open this ticket, it is still broken. |
And the way @ak0ska commented on Oct 7, 2015 works. But please fix it in master branch directly. |
+1 same issue here ;( |
+1 same issue |
is this issue resolved now after merging #201? |
@igalic looks like it solved it in my vagrant box .. |
thanks for the feedback @KrisBuytaert! |
FYI, Not as successful on: |
Referencing: eaf068a
https://github.com/puppet-community/puppet-rundeck/blob/eaf068ac8a0d0502ea9a075821583800d30439df/lib/puppet/parser/functions/validate_rd_policy.rb#L1
Running Puppet OSS 4.2 with module cloned from the commit referenced above.
Full error message from the puppet agent run is...
The text was updated successfully, but these errors were encountered: