From 8df08bdf69fc1654d3ad80e76fd6234ac0db1697 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Jul 2017 14:38:35 -0300 Subject: Removes server variable reference --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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'], } -- cgit v1.2.3