mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add lxc templates to the mix
This commit is contained in:
parent
7b82b771f8
commit
737a21c34c
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -484,7 +484,8 @@ SETUP_KWARGS = {'name': NAME,
|
|||
'rh_ip/*.jinja',
|
||||
'debian_ip/*.jinja',
|
||||
'virt/*.jinja',
|
||||
'git/*'
|
||||
'git/*',
|
||||
'lxc/*',
|
||||
],
|
||||
'salt.daemons.flo': [
|
||||
'*.flo'
|
||||
|
|
Loading…
Add table
Reference in a new issue