Module: Puppet::Util::Libuser

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

Class Method Summary collapse

Class Method Details

.getconfObject



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

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

.getenvObject



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

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