Consul template renders Go templates based on data queried from HashiCorp Consul.
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