mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
remove creation of files in /etc
This commit is contained in:
parent
480599a18f
commit
8539ac1746
2 changed files with 2 additions and 5 deletions
|
@ -9,3 +9,4 @@ include tests/integration/files/*
|
|||
include tests/integration/tmp/_README
|
||||
include tests/unit/templates/files/*
|
||||
recursive-include doc *
|
||||
include conf/*
|
||||
|
|
6
setup.py
6
setup.py
|
@ -97,11 +97,7 @@ setup(
|
|||
'scripts/salt-call',
|
||||
'scripts/salt-run',
|
||||
'scripts/salt'],
|
||||
data_files=[(os.path.join(etc_path, 'salt'),
|
||||
['conf/master.template',
|
||||
'conf/minion.template',
|
||||
]),
|
||||
('share/man/man1',
|
||||
data_files=[('share/man/man1',
|
||||
['doc/man/salt-master.1',
|
||||
'doc/man/salt-key.1',
|
||||
'doc/man/salt.1',
|
||||
|
|
Loading…
Add table
Reference in a new issue