mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add json files to the example templates in the setup.py
This commit is contained in:
parent
c0c253d734
commit
cd83ffcaee
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -74,7 +74,10 @@ setup(name=NAME,
|
|||
(template_path,
|
||||
['doc/example/templates/yaml-jinja.yml',
|
||||
'doc/example/templates/yaml-mako.yml',
|
||||
'doc/example/templates/yaml.yml'
|
||||
'doc/example/templates/yaml.yml',
|
||||
'doc/example/templates/json-jinja.json',
|
||||
'doc/example/templates/json-mako.json',
|
||||
'doc/example/templates/json.json',
|
||||
]),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue