Title: Message Title
Igor Galić commented on an issue
Puppet / Bug PUP-3457
should Puppet::Util::Execution.execute try to switch uid if the user running the command == :uid?
we have a provider with the following getter and setter:

{code}
Puppet::Type.type(:git_config).provide(:git_config) do

  mk_resource_methods

  def value
    require 'etc'
    user = @property_hash[:user] = @resource[:user]
    key = @property_hash[:key] = @resource[:key]
    section = @property_hash[:section] = @resource[:secti...


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to