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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to