summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
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'],