From: Micah Anderson Date: Wed, 14 Mar 2012 16:17:12 +0000 (-0400) Subject: switch legacy puppet://$server to puppet:/// X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b4c9d401bdffe71fd085702ce2e346c9b46c179f;p=puppet-tor.git switch legacy puppet://$server to puppet:/// --- 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; }