Skip to content

Commit

Permalink
Ensure the Infoblox DNS server is a valid host
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Apr 3, 2019
1 parent 3e61642 commit f272a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/dns/infoblox.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# $password:: The password of the Infoblox user
#
class foreman_proxy::plugin::dns::infoblox (
String $dns_server = undef,
Stdlib::Host $dns_server = undef,
String $username = undef,
String $password = undef,
) {
Expand Down

0 comments on commit f272a23

Please sign in to comment.