[Puppet Users] Re: Custom providers

2011-01-16 Thread pl
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 th

Re: [Puppet Users] Puppet's generate conflicts with generate in ruby rails

2011-01-16 Thread Andree Jacobson
The issue will probably go away as CentOS get more updated packages of Ruby, but for now it still exists. Issue on GitHub: https://github.com/rack/rack/issues/issue/29 Link to patch for fix: https://gist.github.com/441238 While I can't say for sure that we tracked the puppet issue to this. After