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

Commit

Permalink
Update to vagrant 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiegill committed Sep 20, 2013
1 parent d90085c commit f649079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Public: Installs Vagrant 1.3.1
# Public: Installs Vagrant 1.3.3
#
# Usage:
#
Expand All @@ -7,7 +7,7 @@
class vagrant {
package { 'Vagrant':
ensure => installed,
source => 'http://files.vagrantup.com/packages/b12c7e8814171c1295ef82416ffe51e8a168a244/Vagrant-1.3.1.dmg',
source => 'http://files.vagrantup.com/packages/db8e7a9c79b23264da129f55cf8569167fc22415/Vagrant-1.3.3.dmg',
provider => 'pkgdmg'
}

Expand Down

0 comments on commit f649079

Please sign in to comment.