Module: Puppet::Util::Libuser

Defined in:
lib/puppet/util/libuser.rb

Class Method Summary collapse

Class Method Details

.getconfObject



2
3
4
# File 'lib/puppet/util/libuser.rb', line 2

def self.getconf
  File.expand_path("../libuser.conf", __FILE__)
end

.getenvObject



6
7
8
9
10
# File 'lib/puppet/util/libuser.rb', line 6

def self.getenv
  newenv = {}
  newenv['LIBUSER_CONF'] = getconf
  newenv
end