From b08436f2ab09f0711466ad4d8cfcda50f0a005b9 Mon Sep 17 00:00:00 2001 From: Nathan Embery Date: Thu, 16 Feb 2017 08:51:54 -0500 Subject: [PATCH] Documentation update --- salt/modules/junos.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/modules/junos.py b/salt/modules/junos.py index b8d31054ce..5fe4f0b3ff 100644 --- a/salt/modules/junos.py +++ b/salt/modules/junos.py @@ -764,7 +764,7 @@ def install_config(path=None, **kwargs): Parameters: Required * path: - Path where the configuration file is present. If the file has a \ + Path where the configuration/template file is present. If the file has a \ '*.conf' extension, the content is treated as text format. If the file has a '*.xml' \ extension, @@ -797,8 +797,8 @@ def install_config(path=None, **kwargs): :py:func:`cp.push ` * template_vars: Variables to be passed into the template processing engine in addition - to those present in __pillar__, __opts__, __grains__, etc. You may reference these variables like so: - {{ template_vars["var_name"] }} + to those present in __pillar__, __opts__, __grains__, etc. You may reference these variables + in your template like so: {{ template_vars["var_name"] }} ''' conn = __proxy__['junos.conn']()