From b4c9d401bdffe71fd085702ce2e346c9b46c179f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 14 Mar 2012 12:17:12 -0400 Subject: switch legacy puppet://$server to puppet:/// --- manifests/munin.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/munin.pp') diff --git a/manifests/munin.pp b/manifests/munin.pp index 6e6e0fa..ac2630a 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -2,15 +2,15 @@ class tor::munin { file { "/usr/local/share/munin-plugins/tor_connections": - source => "puppet://$server/modules/tor/munin/tor_connections", + source => "puppet:///modules/tor/munin/tor_connections", mode => 0755, owner => root, group => root; "/usr/local/share/munin-plugins/tor_routers": - source => "puppet://$server/modules/tor/munin/tor_routers", + source => "puppet:///modules/tor/munin/tor_routers", mode => 0755, owner => root, group => root; "/usr/local/share/munin-plugins/tor_traffic": - source => "puppet://$server/modules/tor/munin/tor_traffic", + source => "puppet:///modules/tor/munin/tor_traffic", mode => 0755, owner => root, group => root; } -- cgit v1.2.3