Merge pull request #169 from ajroetker/bugfix_use_test_url_param_in_conn_validator
(bugfix) Use test_url in connection validator for puppetdb
This commit is contained in:
commit
dcb94d9476
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Puppet::Type.type(:puppetdb_conn_validator).provide(:puppet_https) do
|
||||||
#
|
#
|
||||||
# @api private
|
# @api private
|
||||||
def validator
|
def validator
|
||||||
@validator ||= Puppet::Util::PuppetdbValidator.new(resource[:puppetdb_server], resource[:puppetdb_port], resource[:use_ssl])
|
@validator ||= Puppet::Util::PuppetdbValidator.new(resource[:puppetdb_server], resource[:puppetdb_port], resource[:use_ssl], resource[:test_url])
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue