diff --git a/manifests/server/options.pp b/manifests/server/options.pp index 2016a9c7..73844f74 100644 --- a/manifests/server/options.pp +++ b/manifests/server/options.pp @@ -154,7 +154,6 @@ # forwarders => [ '8.8.8.8', '8.8.4.4' ], # } # -include dns::server::params define dns::server::options ( $allow_query = [], $allow_recursion = [], @@ -187,6 +186,8 @@ $zone_notify = undef, $extra_options = {}, ) { + include dns::server::params + $valid_check_names = ['fail', 'warn', 'ignore'] $valid_forward_policy = ['first', 'only'] $cfg_dir = $::dns::server::params::cfg_dir