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 #13 from geetarista/master
Browse files Browse the repository at this point in the history
Upgrade to Vagrant 1.2.3
  • Loading branch information
jhaals committed Jul 16, 2013
2 parents d28ca9b + e64148d commit 9c993d0
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.2.2
# Public: Installs Vagrant 1.2.3
#
# Usage:
#
Expand All @@ -7,7 +7,7 @@
class vagrant {
package { 'Vagrant':
ensure => installed,
source => 'http://files.vagrantup.com/packages/7e400d00a3c5a0fdf2809c8b5001a035415a607b/Vagrant-1.2.2.dmg',
source => 'http://files.vagrantup.com/packages/95d308caaecd139b8f62e41e7add0ec3f8ae3bd1/Vagrant-1.2.3.dmg',
provider => 'pkgdmg'
}

Expand Down

0 comments on commit 9c993d0

Please sign in to comment.