File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docker/sensu/sensu-client Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ RUN echo '{{ image_name }} not yet available for {{ base_distro }}' \
89
89
# TODO(mandre) Use packaged sensu plugins from centos-opstools for binary distro
90
90
# http://cbs.centos.org/koji/search?match=glob&type=package&terms=*sensu*
91
91
# NOTE(hrw): whois 5.0.0 requires Ruby 2.4+ while CentOS has 2.0
92
- RUN {% if base_package_type == 'rpm' %} gem install whois:"<5 " && {% endif %} sensu-install --plugins {{ sensu_plugins | customizable('plugins') | join (',') }}
92
+ # NOTE(yoctozepto): pinning minitest for the same reason
93
+ RUN {% if base_package_type == 'rpm' %} gem install whois:"<5 " minitest:" ~ >5.11.3" && {% endif %} sensu-install --plugins {{ sensu_plugins | customizable('plugins') | join (',') }}
93
94
{% endblock %}
94
95
95
96
{% block sensu_client_footer %}{% endblock %}
You can’t perform that action at this time.
0 commit comments