custom: Remove puppet_server fact for now due to name conflict
This commit is contained in:
parent
a6e21ab010
commit
7e475c4cc7
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
require 'puppet'
|
||||
|
||||
Facter.add('puppet_server') do
|
||||
setcode do
|
||||
if Facter.value('puppetversion').to_i < 3
|
||||
Puppet.parse_config
|
||||
end
|
||||
Puppet.settings.value('server')
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue