mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Update mysql
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user