Changed 'plugins' directory name to 'lib' to reflect changes in 0.25+ puppet server.

This commit is contained in:
Timo Mkinen 2010-04-17 18:26:02 +03:00
parent 05b0b8ab70
commit 24000d595c
6 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
require 'puppet'
Facter.add('puppet_ssldir') do
setcode do
Puppet.parse_config
Puppet.settings.value('ssldir')
end
end