-
Notifications
You must be signed in to change notification settings - Fork 104
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
wls_machine defined type is broken #352
Comments
Hi, oh strange , did you first set wls_settings plus the default entry . |
I do have wls_machine require wls_setting['default'] and I can see it executing before wls_machine ever runs, but I don't see any mention of wls_daemon is the wls_setting (with the name default on it) the default setting or is it something else? |
yeah , if you use 'aaa:node1' then you need a wls_setting with the name aaa with 'node1' it will use the default wls_setting. you can run puppet in debug mode
|
For the moment, I'm not using hiera, but that's the equivalent (somewhat) on what I have on my manifest - I set up a wls_setting resource called 'default' and it has all of my... well defaults. Also, the domain and nodemanager are all present and functioning before wls_setting is invoked Thing is, I had gotten it to work previously. |
it is working for me with the latest/greatest version of orawls maybe this effects you #343
|
Hi!
When I use the wls_machine defined type, I'm getting the following errors:
Error: Could not prefetch wls_machine provider 'simple': undefined local variable or method 'weblogicConnectUrL' for Puppet::Type::Wls_machine:Class
Error: Could not set 'present' on ensure: undefined local variable or method 'weblogicConnectUrL' for #<Puppet::Type::Wls_machine:0x7f74626ba4f8>
Wrapped exception:
undefined local variable or method 'weblogicConnectUrL' for #<Puppet::Type::Wls_machine:0x7f74626ba4f8>
did the way that that type is used changed? do I have to set the weblogicConnectUrL variable elsewhere somehow?
Thanks
The text was updated successfully, but these errors were encountered: