mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
SmartOS Esky: Fix minion SMF manifest
Some users reported an errror that SMF couldn't find auditconfig despite the fact that the PATH is set correctly. Invoking with the full path seems to fix the issue.
This commit is contained in:
parent
2887ffb5bb
commit
aa0e7209c5
@ -28,7 +28,7 @@
|
||||
|
||||
<exec_method type="method"
|
||||
name="start"
|
||||
exec="auditconfig -setaudit 0 lo 0,0,localhost 5417 SALT_PREFIX/bin/salt-minion"
|
||||
exec="/usr/sbin/auditconfig -setaudit 0 lo 0,0,localhost 5417 SALT_PREFIX/bin/salt-minion"
|
||||
timeout_seconds="60">
|
||||
<method_context>
|
||||
<method_environment>
|
||||
|
Loading…
Reference in New Issue
Block a user