summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:50:59 +0100
committermh <mh@immerda.ch>2009-11-02 00:50:59 +0100
commitdf4fd8526b01d01f2af9b708473552bdb386dabf (patch)
tree3a7a22d5e15eaf1a4c6fabbdf51b4251601ae961 /manifests/plugin.pp
parent61856df99aeaa0345e9ac1e467b93bf11a42d72a (diff)
update file path to new 0.25 style
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index eebc589..4789345 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -7,7 +7,7 @@ define nagios::plugin(
default => "/usr/lib/nagios/plugins/$name",
},
ensure => $ensure,
- source => "puppet://$server/nagios/plugins/$name",
+ source => "puppet://$server/modules/nagios/plugins/$name",
require => Package['nagios-plugins'],
owner => root, group => 0, mode => 0755;
}