]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/cephadm/templates/services/ingress/keepalived.conf.j2
import ceph 16.2.6
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / ingress / keepalived.conf.j2
index 2c4e326f6db1fd5adee72fe227fc6170aafaafc6..4caeebf51f9e0cc2727d30232cefc90fc0733e49 100644 (file)
@@ -19,7 +19,7 @@ vrrp_instance VI_0 {
   }
   unicast_src_ip {{ host_ip }}
   unicast_peer {
-    {% for ip in other_ips  %}
+    {% for ip in other_ips %}
     {{ ip }}
     {% endfor %}
   }