Update DVWA

This commit is contained in:
Z. Cliffe Schreuders
2024-02-02 14:28:11 +00:00
parent dbbdec7818
commit df68594c52

View File

@@ -17,5 +17,5 @@ class {'::mysql::server':
exec { 'start_and_enable_mariadb':
command => '/usr/bin/systemctl start mariadb && /usr/bin/systemctl enable mariadb',
refreshonly => true,
logoutput => true,
}