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 #17 from btobolaski/virtualbox-4.3.2
Browse files Browse the repository at this point in the history
Update Virtualbox 4.3.2
  • Loading branch information
fromonesrc committed Nov 4, 2013
2 parents cdf02d8 + 9631cf2 commit fd53eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
#refreshonly => true,
}

package { 'VirtualBox-4.3.0-89960':
package { 'VirtualBox-4.3.2-90405':
ensure => installed,
provider => 'pkgdmg',
source => 'http://download.virtualbox.org/virtualbox/4.3.0/VirtualBox-4.3.0-89960-OSX.dmg',
source => 'http://download.virtualbox.org/virtualbox/4.3.2/VirtualBox-4.3.2-90405-OSX.dmg',
require => Exec['Kill Virtual Box Processes'],
}
}

4 changes: 2 additions & 2 deletions spec/classes/virtualbox_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

describe 'virtualbox' do
it do
should contain_package('VirtualBox-4.3.0-89960').with({
should contain_package('VirtualBox-4.3.2-90405').with({
:ensure => 'installed',
:source => 'http://download.virtualbox.org/virtualbox/4.3.0/VirtualBox-4.3.0-89960-OSX.dmg',
:source => 'http://download.virtualbox.org/virtualbox/4.3.2/VirtualBox-4.3.2-90405-OSX.dmg',
:provider => 'pkgdmg',
:require => 'Exec[Kill Virtual Box Processes]',
})
Expand Down

0 comments on commit fd53eac

Please sign in to comment.