Correct the download_url for Xymon client.

This commit is contained in:
gardouille 2015-02-10 22:47:13 +01:00
parent 3551b71193
commit bc6540bf3e

View File

@ -9,7 +9,7 @@ class xymon::client::preconfig {
case $::osfamily {
'Debian': {
# From Xymon project via Sourceforge
$dl_url = "http://downloads.sourceforge.net/project/xymon/Xymon/${xymon::client::new_version}"
$dl_url = "http://ufpr.dl.sourceforge.net/project/xymon/Xymon/${xymon::client::new_version}"
}
default: {
fail('Please define a download_url.')