aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-18 11:16:58 +0000
committerMichael Scherer <misc@mageia.org>2011-07-18 11:16:58 +0000
commitbb921fa893f7f254246c6cbbca4d22db40eff31c (patch)
treeb03dbdb8dc769df6a95641082c5a821352dfb96d /modules/bugzilla
parent6db7c1fac0f268b256053ad20bf0447df910e922 (diff)
downloadpuppet-bb921fa893f7f254246c6cbbca4d22db40eff31c.tar
puppet-bb921fa893f7f254246c6cbbca4d22db40eff31c.tar.gz
puppet-bb921fa893f7f254246c6cbbca4d22db40eff31c.tar.bz2
puppet-bb921fa893f7f254246c6cbbca4d22db40eff31c.tar.xz
puppet-bb921fa893f7f254246c6cbbca4d22db40eff31c.zip
use a local version of dot, instead of using att services
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/templates/params2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index ee04b4ca..0be18af3 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -102,6 +102,6 @@
'usevisibilitygroups' => 0,
'usevotes' => 0,
'utf8' => 1,
- 'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%',
+ 'webdotbase' => '/usr/bin/dot',
'whinedays' => 0
);