From 87f9e8995ddd9360efc0d2ee5dc78907926232bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Mon, 6 May 2013 08:33:25 +0300 Subject: [PATCH] nagios: Added missing nagios-plugins-swap package to nagios::target::nrpe class. --- nagios/manifests/target.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/nagios/manifests/target.pp b/nagios/manifests/target.pp index 87e2ec9..b000fec 100644 --- a/nagios/manifests/target.pp +++ b/nagios/manifests/target.pp @@ -100,6 +100,7 @@ class nagios::target::nrpe inherits nagios::target { "nagios-plugins-disk", "nagios-plugins-load", "nagios-plugins-procs", + "nagios-plugins-swap", "nagios-plugins-users", ]: ensure => installed, before => [ File["/etc/nrpe.d"], Service["nrpe"] ],