Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value for serverul is invalid if supervisor_inet_http_server_port is also the default value #20

Closed
zswanson opened this issue Aug 5, 2018 · 2 comments
Labels

Comments

@zswanson
Copy link

zswanson commented Aug 5, 2018

The config template writes out the [superverctl] serverul port using the templated variable supervisor_inet_http_server_port. The defaults/main.yml sets this as:

supervisor_inet_http_server_port: '*:9001'

The relevant template line in templates/supervisord.conf

serverurl = http://localhost:{{ supervisor_inet_http_server_port }}

If the default values are all accepted and the template is expanded, the config file is written as:

serverurl = http://localhost:*:9001

This is invalid, and the supervisorctl will complain with a rather obscure python socket error.

@stale
Copy link

stale bot commented Mar 6, 2020

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label Mar 6, 2020
@stale
Copy link

stale bot commented Apr 5, 2020

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant