Current Path : /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/ |
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/libuser.rb |
module Puppet::Util::Libuser def self.getconf File.expand_path("../libuser.conf", __FILE__) end def self.getenv newenv = {} newenv['LIBUSER_CONF'] = getconf newenv end end