Adam Kunk

Results 11 comments of Adam Kunk

I guess I don't immediately see how that define is being set for the boot identity file. Are we possible not sending in a parameter to one of the types...

We are running on RHEL right now. We have a node manager profile, and an admin server profile we run (if we want an admin server). Node manager creates the...

Should we turn off development mode? I don't think we do fmw.

Yeah, I would say the current state won't work. I didn't even think about the multiple domain test case, b/c we were considering updating the 'ps' command to just remove...

I just tried running it with development_mode = false, and it appears to yield the same results. I presume we just need to come up with a new way to...

Hello good sir, did this question/issue make any sense? I wasn't sure if I conveyed what we are looking to do well enough or not.

Interesting, thanks for the explanation. I guess it is partly my lack of understanding, but placing our own JARs and the like, would that allow for custom classpaths to be...

The only other option I see is to set the hiera value for classpath to be equal to the value of a fact, so we can set the fact on...

Has anyone tried to add a user obtained from ActiveDirectory to a group? I am having issues with this, WLST keeps timing out. I am using orawls v1.0.58. Puppet code:...

I might have to take that back, this might be how that is done for existing users, by adding them to a role: ``` wls_role { 'default/Deployer': ensure => 'present',...