From d45b6a8097a8fdef6041bf9c26a77df87d7c6809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sat, 10 Jan 2015 17:22:48 +0100 Subject: [PATCH] Make sure the example is somewhat secure --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9115effd7..a29d6f111 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,9 @@ password or `/etc/my.cnf` settings, then you must also pass in an override hash: ```puppet class { '::mysql::server': - root_password => 'strongpassword', - override_options => $override_options + root_password => 'strongpassword', + remove_default_accounts => true, + override_options => $override_options } ``` (see 'Overrides' below for examples of the hash structure for `$override_options`)