xymon/templates/client/apt_no_repo_accept.erb

15 lines
370 B
Plaintext

<%# If Xymon-client service is available -%>
<%- if scope.lookupvar('::is_xymonclient') == 'true' -%>
xymon-client
hobbit-plugins
<% end -%>
<%# If Xymon-server service is available -%>
<%- if scope.lookupvar('::is_xymonserver') == 'true' -%>
xymon
<% end -%>
<%# If Gitlab service is available -%>
<%- if scope.lookupvar('::is_gitlab') == 'true' -%>
gitlab
<% end -%>