mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
e1dd10be70
commit
163f99089c
1 changed files with 2 additions and 1 deletions
|
@ -261,7 +261,8 @@ def export(name,
|
|||
opts += ('--trust-server-cert',)
|
||||
|
||||
out = __salt__[svn_cmd](cwd, name, basename, user, username, password, rev, *opts)
|
||||
ret['changes'] = name + ' was Exported to ' + target
|
||||
ret['changes']['new'] = target
|
||||
ret['changes']['comment'] = name + ' was Exported to ' + target
|
||||
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue