Replace invisible unicode chars
They're believed to have no special meaning and were put by accident. TrivialFix Change-Id: I66ea5711810ed0060cf89192a780bfcc92e79770
This commit is contained in:
parent
41c489715f
commit
2ddf0aeb20
@ -118,9 +118,9 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
|
||||
{%- if not loop.last %} \{% endif %}
|
||||
{% endfor -%}
|
||||
|
||||
{% for cmd in rpm_setup %}
|
||||
{% for cmd in rpm_setup %}
|
||||
{{ cmd }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
{% block base_centos_repo_overrides_post_rpm %}{% endblock %}
|
||||
|
||||
|
@ -256,7 +256,7 @@ An alternative to this proposal involves using Logstash in a centralized
|
||||
way as done in [1].
|
||||
|
||||
Another alternative would be to execute Logstash on each cluster node, as this
|
||||
spec proposes with Heka. But this would mean running a JVM on each cluster
|
||||
spec proposes with Heka. But this would mean running a JVM on each cluster
|
||||
node, and using Redis as a centralized queue.
|
||||
|
||||
Also, as described above, we initially considered relying on services writing
|
||||
|
Loading…
Reference in New Issue
Block a user