Skip to content

Commit

Permalink
Merge pull request #25 from Oefenweb/make-5.6-the-default-version
Browse files Browse the repository at this point in the history
Make 5.6 the default version
  • Loading branch information
tersmitten authored Jan 10, 2017
2 parents d5323c7 + 37584f0 commit d29b79c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Set up a [percona-server](https://www.percona.com/software/mysql-database/percon

##### General

* `percona_server_version`: [default: `5.5`]: Version to install (e.g. `5.6`)
* `percona_server_version`: [default: `5.6`]: Version to install (e.g. `5.6`)
* `percona_server_root_password`: [default: `+eswuw9uthUteFreyAqu`]: Root password **Make sure to change!**

* `percona_server_install`: [`['xtrabackup']`]: Additional packages to install
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for percona_server
# defaults file for percona-server
---
percona_server_version: 5.5
percona_server_version: 5.6

percona_server_root_password: '+eswuw9uthUteFreyAqu'

Expand Down
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
percona_server_queries:
- database: mysql
queries:
- "INSERT IGNORE INTO host(host,db) VALUES ('test','test')"
- "INSERT IGNORE INTO user (Host, User, Password, ssl_type, ssl_cipher, x509_issuer, x509_subject) VALUES ('localhost', 'test', password('test'), '', '', '', '')"

0 comments on commit d29b79c

Please sign in to comment.