From 0afbd11a21c2b33cfc64feda7242c0bbac38ab99 Mon Sep 17 00:00:00 2001 From: Christoffer Stokbaek Date: Tue, 16 Aug 2016 14:19:53 +0200 Subject: [PATCH] Added pillar data for SSL option --- pillar.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pillar.example b/pillar.example index 4df0713..70801ef 100644 --- a/pillar.example +++ b/pillar.example @@ -70,6 +70,11 @@ mysql: bob: password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4' host: localhost + ssl: True + ssl-X509: True + ssl-SUBJECT: Subject + ssl-ISSUER: Name + ssl-CIPHER: Cipher databases: - database: foo grants: ['all privileges']