summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-26 20:16:11 +0100
committervarac <varacanero@zeromail.org>2013-01-26 20:16:11 +0100
commit0853614480216262cc21bad8cd113780158231d8 (patch)
treea66a3762ec90061b69188b8f983165357b97e346 /manifests
parent794e10b62f554ccf681b0b21a9fb07a07612932a (diff)
create needed plugin directories
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 08fbfb1..5a1f3a1 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -194,4 +194,9 @@ class nagios::base {
mode => 0755, owner => root, group => root,
require => Package['nagios'],
}
+
+ file { [ '/usr/lib64', '/usr/lib64/nagios', '/usr/lib64/nagios/plugins/' ]:
+ ensure => directory
+ }
+
}