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

Commit

Permalink
Merge pull request #29 from boxen/update-virtualbox
Browse files Browse the repository at this point in the history
Update Deps
  • Loading branch information
tarebyte committed Jul 16, 2014
2 parents 5b21ca4 + 2e328a4 commit 74ef4b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# include virtualbox
class virtualbox (
$version = '4.3.12',
$patch_level = '93733'
$version = '4.3.14',
$patch_level = '95030'
) {

exec { 'Kill Virtual Box Processes':
Expand Down
4 changes: 2 additions & 2 deletions spec/classes/virtualbox_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
})
end
it do
should contain_package('VirtualBox-4.3.12-93733').with({
should contain_package('VirtualBox-4.3.14-95030').with({
:ensure => 'installed',
:source => 'http://download.virtualbox.org/virtualbox/4.3.12/VirtualBox-4.3.12-93733-OSX.dmg',
:source => 'http://download.virtualbox.org/virtualbox/4.3.14/VirtualBox-4.3.14-95030-OSX.dmg',
:provider => 'pkgdmg',
:require => 'Exec[Kill Virtual Box Processes]',
})
Expand Down

0 comments on commit 74ef4b3

Please sign in to comment.