Skip to content

Commit

Permalink
Merge pull request #963 from mhaskel/test_fix_948
Browse files Browse the repository at this point in the history
Fix tests from #948
  • Loading branch information
cyberious committed Dec 19, 2014
2 parents 257613a + 6945607 commit f9e59bd
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 f9e59bd

Please sign in to comment.