summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:12:20 +0200
committermh <mh@immerda.ch>2010-08-07 02:12:20 +0200
commita5d8b5b8b1f4d5afcb549e28bf1eef12169b81c7 (patch)
treedcd4266d6eeb8dc48ae1b69aacea53594e6560a8 /manifests/plugin.pp
parent137cfda388841f242f51ce1e38ec37cf7a6407d9 (diff)
remove unnecessary fileserver variable (#2460)
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index b001810..abaa6e5 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -9,8 +9,8 @@ define nagios::plugin(
},
ensure => $ensure,
source => $source ? {
- 'absent' => "puppet://$server/modules/nagios/plugins/$name",
- default => "puppet://$server/modules/$source"
+ 'absent' => "puppet:///modules/nagios/plugins/$name",
+ default => "puppet:///modules/$source"
},
tag => 'nagios_plugin',
require => Package['nagios-plugins'],