mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix for issue #7436 no templates in salt
One line in setup.py that says salt.templates package should be build.
This commit is contained in:
parent
68748f67bb
commit
7eeb8c6e20
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -310,6 +310,7 @@ SETUP_KWARGS = {'name': NAME,
|
|||
'salt.roster',
|
||||
'salt.log',
|
||||
'salt.log.handlers',
|
||||
'salt.templates',
|
||||
],
|
||||
'package_data': {'salt.templates': ['rh_ip/*.jinja']},
|
||||
'data_files': [('share/man/man1',
|
||||
|
|
Loading…
Add table
Reference in a new issue