Skip to content

Commit

Permalink
Merge pull request #4 from cburyta/cent-6.2-isos
Browse files Browse the repository at this point in the history
[BENTO-4] Updated centos 6.2 iso urls to use the vault.centos.org url
  • Loading branch information
Joshua Timberman committed Sep 28, 2012
2 parents 58d16bf + c0b3841 commit 2abc644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/centos-6.2-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
:os_type_id => 'RedHat',
:iso_file => iso,
:iso_md5 => "8c976288ed53dc97439f7ab5854f2648",
:iso_src => "http://mirrors.kernel.org/centos/6.2/isos/i386/#{iso}" )
:iso_src => "http://vault.centos.org/6.2/isos/i386/#{iso}" )

Veewee::Session.declare session
2 changes: 1 addition & 1 deletion definitions/centos-6.2/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
:memory_size=> '480',
:iso_file => iso,
:iso_md5 => "26fdf8c5a787a674f3219a3554b131ca",
:iso_src => "http://mirrors.kernel.org/centos/6.2/isos/x86_64/#{iso}" )
:iso_src => "http://vault.centos.org/6.2/isos/x86_64/#{iso}" )

Veewee::Session.declare session

0 comments on commit 2abc644

Please sign in to comment.