Hi,
> Puppet::Util::SUIDManager.asuser("username", "group") do
> # do stuff here as different user
> end
Not sure this works how you suggested as this
Puppet::Util::SUIDManager.asuser("userx", "userx") do
execpipe("whoami") do |output|
Will report root, not userx.
I'll check the source.
--
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.