From 101f7ffb59cbfe41e561452da238a1960a0899d1 Mon Sep 17 00:00:00 2001 From: Clayton Kramer Date: Mon, 12 May 2014 11:10:51 -0400 Subject: [PATCH] Updated pillar example and README for new debconf mysql root password feature --- README.rst | 2 ++ pillar.example | 1 + 2 files changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 350ac4b..d3a1166 100644 --- a/README.rst +++ b/README.rst @@ -24,3 +24,5 @@ Install the MySQL client package. ---------------- Install the MySQL server package and start the service. + +Debian OS family supports setting MySQL root password during install via debconf. diff --git a/pillar.example b/pillar.example index 883d046..c031cf6 100644 --- a/pillar.example +++ b/pillar.example @@ -1,5 +1,6 @@ mysql: server: + root_password: somepass bind-address: 127.0.0.1 port: 3306 user: mysql