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 #23 from lazzurs/master
Browse files Browse the repository at this point in the history
Update version to 4.3.6.
  • Loading branch information
dgoodlad committed Dec 22, 2013
2 parents 59c51ac + ee4ed5e commit a0bcd25
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 @@ -11,10 +11,10 @@
refreshonly => true,
}

package { 'VirtualBox-4.3.2-90405':
package { 'VirtualBox-4.3.6-91406':
ensure => installed,
provider => 'pkgdmg',
source => 'http://download.virtualbox.org/virtualbox/4.3.2/VirtualBox-4.3.2-90405-OSX.dmg',
source => 'http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3.6-91406-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 @@ -9,9 +9,9 @@
})
end
it do
should contain_package('VirtualBox-4.3.2-90405').with({
should contain_package('VirtualBox-4.3.6-91406').with({
:ensure => 'installed',
:source => 'http://download.virtualbox.org/virtualbox/4.3.2/VirtualBox-4.3.2-90405-OSX.dmg',
:source => 'http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3.6-91406-OSX.dmg',
:provider => 'pkgdmg',
:require => 'Exec[Kill Virtual Box Processes]',
})
Expand Down

0 comments on commit a0bcd25

Please sign in to comment.