diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-13 17:23:39 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-13 17:23:39 +0200 |
commit | e34c782ec82fafc64eedeb2b68cf8af976e0c5b5 (patch) | |
tree | 24d630bddeabbffc1d02c1f0719fd367309d9b4b | |
parent | 69c46702c0ee618215f4a37c07383edd59d04fc5 (diff) | |
download | cacert-puppet-e34c782ec82fafc64eedeb2b68cf8af976e0c5b5.tar.gz cacert-puppet-e34c782ec82fafc64eedeb2b68cf8af976e0c5b5.tar.xz cacert-puppet-e34c782ec82fafc64eedeb2b68cf8af976e0c5b5.zip |
Add internal monitor IP for nrpe
-rw-r--r-- | hieradata/common.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 9aae795..a2c5546 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -122,3 +122,4 @@ profiles::base::users: profiles::nrpe_agent::allowed_hosts: - 172.16.2.18 + - 10.0.0.18 |