Documentation update

This commit is contained in:
Nathan Embery 2017-02-16 08:51:54 -05:00
parent 6e8cbcea8e
commit b08436f2ab

View File

@ -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 <salt.modules.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']()