Files
confdroid_nagios/templates/certbot/unless_get_cert.erb
2017-07-21 15:33:05 +01:00

5 lines
117 B
Plaintext

#!/bin/bash
<% if @ng_enable_certbot == true %>
test -d /etc/letsencrypt/archive/<%= @ng_nagios_server %>
<% end %>