diff --git a/modules/vulnerabilities/unix/webapp/wordpress_3x/manifests/init.pp b/modules/vulnerabilities/unix/webapp/wordpress_3x/manifests/init.pp index f9bd9e223..a0558edfe 100644 --- a/modules/vulnerabilities/unix/webapp/wordpress_3x/manifests/init.pp +++ b/modules/vulnerabilities/unix/webapp/wordpress_3x/manifests/init.pp @@ -9,8 +9,9 @@ class wordpress_3x { $port = $secgen_parameters['port'][0] $https = str2bool($secgen_parameters['https'][0]) - class { '::mysql::server': } - class { '::mysql::bindings': php_enable => true, } +# class { '::mysql::server': } +# class { '::mysql::bindings': php_enable => true, } + class { '::apache': default_vhost => false, diff --git a/scenarios/test_scenario.xml b/scenarios/test_scenario.xml index 31b93c542..247da08f3 100644 --- a/scenarios/test_scenario.xml +++ b/scenarios/test_scenario.xml @@ -6,7 +6,7 @@ - wnsa + wnsb 172.16.0.2