2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Utils::servicemap: add mariadb as alias of mysql to %svchash

This commit is contained in:
Samveen Gulati 2017-07-05 04:35:03 +00:00
parent 4635fcb730
commit dd5d2263f6

View File

@ -4024,7 +4024,7 @@ sub servicemap {
"firewall" => [ "iptables", "firewalld", "ufw" ],
"http" => [ "apache2", "httpd" ],
"ntpserver" => [ "ntpd", "ntp" ],
"mysql" => [ "mysqld", "mysql" ],
"mysql" => [ "mysqld", "mysql", "mariadb" ],
);
my $path = undef;