Hey Brian,

Brian wrote:
the execution of the oracle installer. It fails because it believes
that the user it is running as is not a member of the proper groups.

I work around this by not invoking runInstaller directly from Puppet. Rather, I use a File{} resource to send down a wrapper script that calls runInstaller using sudo. Then, I have a require => File["script"] on my exec{} resource. This approach appears to work more reliably.

Hope that helps,
Avi

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to