enterprisemediawiki / meza

Setup an enterprise MediaWiki server with simple commands
MIT License
41 stars 27 forks source link

Add public config flag that keeps meza from touching haproxy.cfg config #1115

Open revansx opened 5 years ago

revansx commented 5 years ago

Would like a property to set in /opt/conf-meza/public/public.yml that keeps "meza deploy" from changing anything in the systems current haproxy configuration.

This is needed for sites that have an haproxy config that is significantly different from the one meza deploys. The goal is to be able to run "meza deploy " without any tags and have meza deploy skip the part where the /etc/haproxy/haproxy.cfg file is written.

revansx commented 5 years ago

If someone can show me an example of such a parameter for something else, I'll tailor it for this function and submit the pull request for it. I just need someone to show me an example of a similar function in conf-meza/public/public.yml

jamesmontalvo3 commented 5 years ago

See my response to #1114

revansx commented 5 years ago

Agreed that this (1115) and 1114 are related.. and so are the rationales. They should be implemented together.