mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Documentation update
This commit is contained in:
parent
6e8cbcea8e
commit
b08436f2ab
@ -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']()
|
||||
|
Loading…
Reference in New Issue
Block a user