mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change the configuration backend paths
This commit is contained in:
parent
4a5614e0be
commit
95abf25bd2
3 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -15,8 +15,8 @@ setup(name='salt',
|
|||
scripts=['scripts/salt-master',
|
||||
'scripts/salt-minion'],
|
||||
data_files=[('/etc/salt',
|
||||
['conf/master.conf',
|
||||
'conf/minion.conf',
|
||||
['conf/master',
|
||||
'conf/minion',
|
||||
]),
|
||||
('/etc/rc.d/',
|
||||
['init/salt-minion',
|
||||
|
|
Loading…
Add table
Reference in a new issue