Adding an ability to set ciphers for galera
Change-Id: I4993f997ce3440317a286c8298ded0e96806d5bd
diff --git a/tests/pillar/master_cluster.sls b/tests/pillar/master_cluster.sls
index 0dc88c9..66bd3ef 100644
--- a/tests/pillar/master_cluster.sls
+++ b/tests/pillar/master_cluster.sls
@@ -159,6 +159,19 @@
key_file: /etc/mysql/ssl/key.pem
cert_file: /etc/mysql/ssl/cert.pem
ca_file: /etc/mysql/ssl/ca.pem
+ ciphers:
+ DHE-RSA-AES128-SHA:
+ enabled: True
+ DHE-RSA-AES256-SHA:
+ name: DHE-RSA-AES256-SHA
+ enabled: True
+ EDH-RSA-DES-CBC3-SHA:
+ name: EDH-RSA-DES-CBC3-SHA
+ enabled: True
+ AES128-SHA:AES256-SHA:
+ enabled: True
+ DES-CBC3-SHA:
+ enabled: True
clustercheck:
enabled: True
user: clustercheck