module Puppet::Util::Libuser

Public Class Methods

getconf() click to toggle source
# File lib/puppet/util/libuser.rb, line 2
def self.getconf
  File.expand_path("../libuser.conf", __FILE__)
end
getenv() click to toggle source
# File lib/puppet/util/libuser.rb, line 6
def self.getenv
  newenv = {}
  newenv['LIBUSER_CONF'] = getconf
  newenv
end