feat(osfingermap): add support for Debian 11 [skip ci]

This commit is contained in:
Imran Iqbal 2021-07-15 11:12:09 +01:00
parent 42c1cda609
commit 3ea9b34759
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -2,6 +2,15 @@
# vim: ft=yaml
---
# Debian
Debian-11:
serverpkg: mariadb-server
service: mariadb
clientpkg: mariadb-client
devpkg: libmariadbclient-dev
config:
append: |
!includedir /etc/mysql/conf.d/
# !includedir /etc/mysql/mariadb.conf.d/
Debian-10:
serverpkg: mariadb-server
service: mariadb