summaryrefslogtreecommitdiff
path: root/sitemodules/profiles/templates/nrpe_agent/nrpe_local.cfg.epp
blob: 9440bcb11bd3d828f1dbf7c50402ccea5b0abe62 (plain)
1
2
3
4
5
6
<%- | Array[String] $allowed_hosts = undef | -%>
# THIS FILE IS MANAGED BY PUPPET, MANUAL CHANGES WILL BE OVERWRITTEN AT THE
# NEXT PUPPET RUN.

# local nrpe configuration
allowed_hosts=<%= $allowed_hosts.join(',') %>