mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #13573 from nshalman/smartos-audit-context
SmartOS: run salt minion in an audit context
This commit is contained in:
commit
a65bdce734
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
<exec_method type="method"
|
||||
name="start"
|
||||
exec="SALT_PREFIX/bin/salt-minion"
|
||||
exec="auditconfig -setaudit 0 lo 0,0,localhost 5417 SALT_PREFIX/bin/salt-minion"
|
||||
timeout_seconds="60">
|
||||
<method_context>
|
||||
<method_environment>
|
||||
|
|
Loading…
Add table
Reference in a new issue