diff options
author | varac <varacanero@zeromail.org> | 2013-01-26 20:16:11 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-26 20:16:11 +0100 |
commit | 0853614480216262cc21bad8cd113780158231d8 (patch) | |
tree | a66a3762ec90061b69188b8f983165357b97e346 /manifests | |
parent | 794e10b62f554ccf681b0b21a9fb07a07612932a (diff) |
create needed plugin directories
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/base.pp | 5 |
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 + } + } |