mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
serv
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<!-- an example remote storage system, with a remotely exploitable vulnerability that can then be escalated to root -->
|
||||
<system>
|
||||
<system_name>wnsa</system_name>
|
||||
<system_name>wnsb</system_name>
|
||||
<base platform="linux" type="server" module_path=".*debian_puppet_32.*"/>
|
||||
<input into_datastore="IP_addresses">
|
||||
<value>172.16.0.2</value>
|
||||
|
||||
Reference in New Issue
Block a user