Skip to content

Commit

Permalink
dns::server::options - Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hayes committed Dec 4, 2015
1 parent 31c0eea commit 4fddabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/options.pp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
$zone_notify = undef,
$also_notify = [],
$dnssec_validation = $dns::server::params::default_dnssec_validation,
$dnssec_enable = $dns::server::params::default_dnsssec_enable,
$dnssec_enable = $dns::server::params::default_dnssec_enable,
) {
$valid_check_names = ['fail', 'warn', 'ignore']
$cfg_dir = $::dns::server::params::cfg_dir
Expand Down

0 comments on commit 4fddabb

Please sign in to comment.