You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md Ubuntu example to xenial
Hi - thanks for this great forge module. It got me over the line when I was forced to use mariadb
Just reviewing my code, and the service name on xenial is mysqld, not mysql, so I thought I'd take the opportunity to refresh this part of the doc, as I copy/pasted verbatim!
* Fix minor issues in README
Co-authored-by: cmccrisken-puppet <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -250,19 +250,19 @@ Class['mysql::bindings']
250
250
251
251
#### Optional: Install the MariaDB official repo
252
252
253
-
In this example, we'll use the latest stable (currently 10.1) from the official MariaDB repository, not the one from the distro repository. You could instead use the package from the Ubuntu repository. Make sure you use the repository corresponding to the version you want.
253
+
In this example, we'll use the latest stable (currently 10.3) from the official MariaDB repository, not the one from the distro repository. You could instead use the package from the Ubuntu repository. Make sure you use the repository corresponding to the version you want.
254
254
255
255
**Note:**`sfo1.mirrors.digitalocean.com` is one of many mirrors available. You can use any official mirror.
This example shows MariaDB server installation on Ubuntu Trusty. Adjust the version and the parameters of `my.cnf` as needed. All parameters of the `my.cnf` can be defined using the `override_options` parameter.
277
+
This example shows MariaDB server installation on Ubuntu Xenial. Adjust the version and the parameters of `my.cnf` as needed. All parameters of the `my.cnf` can be defined using the `override_options` parameter.
278
278
279
279
The folders `/var/log/mysql` and `/var/run/mysqld` are created automatically, but if you are using other custom folders, they should exist as prerequisites for this code.
280
280
@@ -285,8 +285,8 @@ Specify the version of the package you want with the `package_ensure` parameter.
0 commit comments