Top "Consul-template" questions

Consul template renders Go templates based on data queried from HashiCorp Consul.

Consul-template if else condition

I have below consul-template. {{ range service "mysql_slave.mysql" "any" }} host_name {{.Node}} command check_nrpe!check_procs_1 {{end}} I …

if-statement puppet consul consul-template