diff options
author | varac <varacanero@zeromail.org> | 2013-01-25 20:02:42 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-25 20:02:42 +0100 |
commit | 256cf866cb3cc9e88e8cd89dd59ac24ab24e1366 (patch) | |
tree | 719101a91cfba04a97b17164b1c048bfdd681057 /manifests/nrpe | |
parent | 33a3bc4b1678641301388cb80cb4071f94a50150 (diff) |
include nagios::nrpe::linux in nagios::nrpe::debian
Diffstat (limited to 'manifests/nrpe')
-rw-r--r-- | manifests/nrpe/debian.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nrpe/debian.pp b/manifests/nrpe/debian.pp index bf350ff..fcaf851 100644 --- a/manifests/nrpe/debian.pp +++ b/manifests/nrpe/debian.pp @@ -1,4 +1,5 @@ class nagios::nrpe::debian inherits nagios::nrpe::base { + include nagios::nrpe::linux Service['nagios-nrpe-server'] { hasstatus => false, } |