From: Silvio Rhatto Date: Tue, 11 Jul 2017 17:38:35 +0000 (-0300) Subject: Removes server variable reference X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;p=puppet-smartmontools.git Removes server variable reference --- 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'], }