Comment 1 for bug 1243827

Revision history for this message
Jacek Nykis (jacekn) wrote : Re: juju-deployer is stripping underscore from options

I experienced exactly the same problem. My config has:
nagios_check_https_params: "-H 127.0.0.1 --ssl -p {https_port}"

which ends up being:
value: -H 127.0.0.1 --ssl -p {httpsport}