mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
store
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
stage { 'preinstall':
|
||||
before => Stage['main']
|
||||
}
|
||||
class apt_get_update {
|
||||
exec { '/usr/bin/apt-get -y update': }
|
||||
}
|
||||
class { 'apt_get_update':
|
||||
stage => preinstall
|
||||
}
|
||||
|
||||
include '::mysql::server'
|
||||
@@ -1,11 +0,0 @@
|
||||
stage { 'preinstall':
|
||||
before => Stage['main']
|
||||
}
|
||||
class apt_get_update {
|
||||
exec { '/usr/bin/apt-get -y update': }
|
||||
}
|
||||
class { 'apt_get_update':
|
||||
stage => preinstall
|
||||
}
|
||||
|
||||
include '::mysql::server'
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<system>
|
||||
<system_name>online_store</system_name>
|
||||
<base platform="linux" type="server"/>
|
||||
<base platform="linux" type="server" name=".*Wheezy.*"/>
|
||||
|
||||
<vulnerability module_path=".*onlinestore" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user