| Index: modules/sitescripts/manifests/init.pp | 
| =================================================================== | 
| --- a/modules/sitescripts/manifests/init.pp | 
| +++ b/modules/sitescripts/manifests/init.pp | 
| @@ -46,7 +46,7 @@ | 
| exec { "fetch_sitescripts": | 
| command => "hg clone https://hg.adblockplus.org/sitescripts /opt/sitescripts", | 
| - path => ["/usr/bin/", "/bin/"], | 
| + path => ["/usr/local/bin", "/usr/bin/", "/bin/"], | 
| require => Package['mercurial'], | 
| onlyif => "test ! -d /opt/sitescripts" | 
| } |