Skip to content

Commit

Permalink
dns::server::options - dnssec_enable default false for RedHat5
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hayes committed Dec 4, 2015
1 parent eca675c commit 31c0eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/dns__server__options_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
{ :osfamily => 'RedHat', :operatingsystemmajrelease => '5', :concat_basedir => '/tmp' }
end
it { should contain_file('/etc/bind/named.conf.options').without_content(/dnssec-validation/) }
it { should contain_file('/etc/bind/named.conf.options').with_content(/dnssec-enable yes/) }
it { should contain_file('/etc/bind/named.conf.options').with_content(/dnssec-enable no/) }
end

context 'default value of dnssec_validation on RedHat 6' do
Expand Down

0 comments on commit 31c0eea

Please sign in to comment.