mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
supervisorctl tests: shorten path to .sock file to make OSX happy. (#77)
This commit is contained in:
parent
e92f288d5b
commit
74d83d8e94
4 changed files with 15 additions and 7 deletions
|
@ -22,7 +22,7 @@ redirect_stderr=yes
|
|||
programs=py1,py2
|
||||
|
||||
[unix_http_server]
|
||||
file={{ remote_dir }}/supervisord.sock
|
||||
file={{ supervisord_sock_path.path }}/supervisord.sock
|
||||
{% if credentials.username is defined and credentials.username|default(false, boolean=true) %}
|
||||
username = {{ credentials.username }}
|
||||
password = {{ credentials.password }}
|
||||
|
@ -36,7 +36,7 @@ password = {{ credentials.password }}
|
|||
{% endif %}
|
||||
|
||||
[supervisorctl]
|
||||
serverurl=unix://{{ remote_dir }}/supervisord.sock
|
||||
serverurl=unix://{{ supervisord_sock_path.path }}/supervisord.sock
|
||||
|
||||
[rpcinterface:supervisor]
|
||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue