Skip to content

Commit 07afd07

Browse files
committed
Ubuntu14 example
1 parent 1b1a131 commit 07afd07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ None.
109109

110110
## Mariadb usage
111111

112+
For CentOS 7:
113+
112114
mysql_packages:
113115
- mariadb
114116
- mariadb-server
@@ -121,6 +123,13 @@ None.
121123
mysql_syslog_tag: mariadb
122124
mysql_pid_file: /var/run/mariadb/mariadb.pid
123125

126+
For Ubuntu 14.04 :
127+
128+
mysql_packages:
129+
- mariadb-client
130+
- mariadb-server
131+
- python-mysqldb
132+
124133
## License
125134

126135
MIT / BSD

0 commit comments

Comments
 (0)