summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d0fb0cf..faa54f2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -49,7 +49,7 @@ class smartmontools {
group => root,
mode => '0644',
notify => Service['smartmontools'],
- source => "puppet://$server/modules/smartmontools/default/smartmontools",
+ source => "puppet:///modules/smartmontools/default/smartmontools",
require => Package['smartmontools'],
}