QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
794 stars 214 forks source link

Add Contains to template engine #134

Closed gmitre closed 9 years ago

gmitre commented 9 years ago

Adding the Contains function inside the template. Ex: {{ if Contains “abc1234def” “123” }} true {{ else }} false {{ end }} Should return true.

j1n6 commented 9 years ago

thanks!