Skip to content

Commit

Permalink
Fix tests from #948
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Dec 19, 2014
1 parent 257613a commit 6945607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/mod_security_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class { 'apache::mod::security': }
apache::vhost { 'modsec.example.com':
port => '80',
docroot => '/var/www/html',
modsec_disable_vhost => false,
modsec_disable_vhost => true,
}
EOS
apply_manifest(pp, :catch_failures => true)
Expand Down

0 comments on commit 6945607

Please sign in to comment.