summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-07-11 14:38:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-07-11 14:38:35 -0300
commit8df08bdf69fc1654d3ad80e76fd6234ac0db1697 (patch)
tree61a0b3dffbc5e42cdb44888d21baddfe50219aeb /manifests
parent9c43b0a4265e274b7938a82797f3a1c14dd03555 (diff)
downloadpuppet-smartmontools-master.tar.gz
puppet-smartmontools-master.tar.bz2
Removes server variable referenceHEADmaster
Diffstat (limited to 'manifests')
-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'],
}