From 6cf8321a9915ecef017f44efedb167b7f0349e60 Mon Sep 17 00:00:00 2001 From: Kenny Do Date: Thu, 9 Jan 2014 05:07:47 -0800 Subject: [PATCH] updated README to reflect sshd_config's generation from pillar --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ff9d3c7..8b52e14 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,9 @@ Installs the ``openssh`` package and service. ------------------ Installs the configuration file included in this formula -(under "openssh/files"). +(under "openssh/files"). This configuration file is populated +by values from pillar. ``pillar.example`` results in the generation +of the default ``sshd_config`` file on Debian Wheezy. ``openssh.banner`` ------------------