From 9100d7162686099d07ad56f670f6111941fb472c Mon Sep 17 00:00:00 2001 From: Minto Joseph Date: Thu, 12 Jun 2014 14:04:04 +0530 Subject: [PATCH] added dependency for selinux module --- Modulefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Modulefile b/Modulefile index c9878690..0cd0b0f7 100644 --- a/Modulefile +++ b/Modulefile @@ -6,3 +6,4 @@ license 'Apache 2.0' summary 'Nagios client and server module' description "Install and configure one or more nagios servers to monitor all of your puppet-managed nodes." project_page 'https://github.com/thias/puppet-nagios' +dependency 'thias-selinux'