Skip to content

Commit

Permalink
Merge pull request #52 from juliandunn/centos-5.8-vault
Browse files Browse the repository at this point in the history
Fix PR#33 - CentOS 5.8 is in the vault now.
  • Loading branch information
juliandunn committed May 21, 2013
2 parents 545493d + 6ae7bb7 commit 27e6a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/centos-5.8-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
CENTOS_SESSION.merge({ :os_type_id => 'Centos',
:iso_file => iso,
:iso_md5 => "0fdd45c43b5d8fb9e05f4255c5855f9c",
:iso_src => "http://mirror.stanford.edu/yum/pub/centos/5.8/isos/i386/#{iso}" })
:iso_src => "http://vault.centos.org/5.8/isos/i386/#{iso}" })

Veewee::Session.declare session
2 changes: 1 addition & 1 deletion definitions/centos-5.8/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
session =
CENTOS_SESSION.merge({ :iso_file => iso,
:iso_md5 => "8a3bf0030f192022943f83fe6b2cf373",
:iso_src => "http://mirror.stanford.edu/yum/pub/centos/5.8/isos/x86_64/#{iso}" })
:iso_src => "http://vault.centos.org/5.8/isos/x86_64/#{iso}" })

Veewee::Session.declare session

0 comments on commit 27e6a21

Please sign in to comment.