Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
remove hardcoded mirror
Browse files Browse the repository at this point in the history
Mirrors only contain the latest release
  • Loading branch information
brettporter committed Feb 3, 2013
1 parent 871c9d5 commit fb1c575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/ivy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include ant

wget::fetch { 'ivy':
source => "http://mirrors.gigenet.com/apache/ant/ivy/${version}/apache-ivy-${version}-bin.tar.gz",
source => "http://archive.apache.org/dist/ant/ivy/${version}/apache-ivy-${version}-bin.tar.gz",
destination => "${ant::srcdir}/apache-ivy-${version}-bin.tar.gz",
require => Class[ant],
} ->
Expand All @@ -21,4 +21,4 @@
ensure => link,
target => "/usr/share/apache-ivy-${version}/ivy-${version}.jar",
}
}
}

0 comments on commit fb1c575

Please sign in to comment.