mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
deploy ext_mods to the right place
This commit is contained in:
parent
686a96fb3f
commit
cb81f6a5fd
@ -1010,7 +1010,7 @@ def mod_data(fsclient):
|
||||
tfp.add(verfile, 'ext_version')
|
||||
for ref in ret:
|
||||
for fn_ in ret[ref]:
|
||||
tfp.add(ret[ref][fn_], os.path.join('_{0}'.format(ref), fn_))
|
||||
tfp.add(ret[ref][fn_], os.path.join(ref, fn_))
|
||||
tfp.close()
|
||||
return mods
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user