From 013736e2caf7eaf8862357b1c2c513c01e44dbb2 Mon Sep 17 00:00:00 2001 From: Andrew Vant Date: Mon, 6 Oct 2014 12:28:34 -0400 Subject: [PATCH] Readme note about user-provided configuration templates. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 8f33ef1..482602b 100644 --- a/README.rst +++ b/README.rst @@ -52,3 +52,7 @@ Every option available in the templates can be set in pillar. Settings under 'sa cloud: providers: ec2 ... + +``Extending`` +============= +Additional templates can be added by the user under salt/files/minion.d and master.d. This might be useful if, for example, a recently-added configuration option is not yet provided by the default template.