Skip to content

Commit

Permalink
Refs #37604 - Validate DNS forwarders values
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jul 18, 2024
1 parent d6133e5 commit 6a3724a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
Integer[0] $dns_ttl = 86400,
String $dns_tsig_keytab = $foreman_proxy::params::dns_tsig_keytab,
String $dns_tsig_principal = $foreman_proxy::params::dns_tsig_principal,
Array[String] $dns_forwarders = [],
Array[Dns::Forwarder] $dns_forwarders = [],
String $libvirt_network = 'default',
String $libvirt_connection = 'qemu:///system',
Boolean $bmc = false,
Expand Down
2 changes: 1 addition & 1 deletion manifests/proxydns.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# entry.
#
class foreman_proxy::proxydns (
Array[String] $forwarders = $foreman_proxy::dns_forwarders,
Array[Dns::Forwarder] $forwarders = $foreman_proxy::dns_forwarders,
String $interface = $foreman_proxy::dns_interface,
Stdlib::Fqdn $forward_zone = $foreman_proxy::dns_zone,
Optional[Variant[Boolean, String, Array[String]]] $reverse_zone = $foreman_proxy::dns_reverse,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": [
{
"name": "theforeman/dns",
"version_requirement": ">= 8.1.0 < 11.0.0"
"version_requirement": ">= 11.0.0 < 12.0.0"
},
{
"name": "theforeman/dhcp",
Expand Down

0 comments on commit 6a3724a

Please sign in to comment.