consolidation and cleanup

This commit is contained in:
Christer Edwards
2023-10-03 14:15:03 -06:00
parent 0a342b287e
commit f415788a28
37 changed files with 69 additions and 126 deletions

View File

@@ -1,3 +1,3 @@
PKG mariadb105-server
PKG mariadb1011-server
SYSRC mysql_enable=YES
SERVICE mysql-server restart

View File

@@ -1,3 +1,3 @@
PKG mysql57-server
PKG mysql80-server
SYSRC mysql_enable=YES
SERVICE mysql-server restart

View File

@@ -1,3 +0,0 @@
PKG percona57-server percona57-client
SYSRC mysql_enable=YES
SERVICE mysql-server start

View File

@@ -1,12 +0,0 @@
## percona
Bastille Template: percona
## Bootstrap
```shell
bastille bootstrap https://github.com/bastillebsd/templates
```
## Usage
```shell
bastille template TARGET databases/percona
```