commit | 04991c09b41e548390cb0a6c6bcc4d6a35d85af1 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Wed Oct 05 10:02:59 2016 +0200 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Fri Oct 07 00:05:50 2016 +0200 |
tree | 1c78835623639a57e79696a12ff711ef08476253 | |
parent | 7c3ca8006b090586ea5d7bfd48bbf1583e5229c1 [diff] [blame] |
MySQL client role
diff --git a/tests/pillar/server_user.sls b/tests/pillar/server_user.sls new file mode 100644 index 0000000..25ef992 --- /dev/null +++ b/tests/pillar/server_user.sls
@@ -0,0 +1,18 @@ +mysql: + server: + enabled: true + version: '5.5' + force_encoding: utf8 + admin: + user: admin + password: password + bind: + address: 0.0.0.0 + port: 3306 + protocol: tcp + users: + - name: user01 + host: "*" + password: 'sdgdsgdsgd' + - name: user02 + host: "localhost"