diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-02-21 16:11:52 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-02-21 16:11:52 +0100 |
commit | 6642f4172aaf1d509e582531802146b03e78ab74 (patch) | |
tree | eadb0e82d7c16e3fb6643bb748e76420d2556ac1 /sitemodules/profiles/templates/nrpe_agent/nrpe_local.cfg.epp | |
parent | 890fe80ca72948726f5afc84db29387ded840dac (diff) | |
download | cacert-puppet-6642f4172aaf1d509e582531802146b03e78ab74.tar.gz cacert-puppet-6642f4172aaf1d509e582531802146b03e78ab74.tar.xz cacert-puppet-6642f4172aaf1d509e582531802146b03e78ab74.zip |
Add nrpe_agent profile and apply it for svn
Diffstat (limited to 'sitemodules/profiles/templates/nrpe_agent/nrpe_local.cfg.epp')
-rw-r--r-- | sitemodules/profiles/templates/nrpe_agent/nrpe_local.cfg.epp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sitemodules/profiles/templates/nrpe_agent/nrpe_local.cfg.epp b/sitemodules/profiles/templates/nrpe_agent/nrpe_local.cfg.epp new file mode 100644 index 0000000..04792b3 --- /dev/null +++ b/sitemodules/profiles/templates/nrpe_agent/nrpe_local.cfg.epp @@ -0,0 +1,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(',') %> |