This commit is contained in:
secgen server
2018-03-22 13:02:56 +00:00
parent c5c0f36c44
commit de93e8139d
3 changed files with 1 additions and 23 deletions

View File

@@ -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'

View File

@@ -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'

View File

@@ -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" />