Update mysql

This commit is contained in:
Z. Cliffe Schreuders
2024-02-02 07:25:53 +00:00
parent 0e30717299
commit dbbdec7818

View File

@@ -15,9 +15,7 @@ class {'::mysql::server':
service_manage => true, # this doesn't work (workaround below)
} ->
service { "enable_mariadb":
name => "mariadb"
ensure => running,
enable => true,
exec { 'start_and_enable_mariadb':
command => '/usr/bin/systemctl start mariadb && /usr/bin/systemctl enable mariadb',
refreshonly => true,
}