Import rest of modules.
This commit is contained in:
parent
02fa10f33c
commit
3f225ced9b
39 changed files with 2056 additions and 0 deletions
8
custom/plugins/facter/puppet_ssldir.rb
Normal file
8
custom/plugins/facter/puppet_ssldir.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require 'puppet'
|
||||
|
||||
Facter.add('puppet_ssldir') do
|
||||
setcode do
|
||||
Puppet.parse_config
|
||||
Puppet.settings.value('ssldir')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue