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

Commit

Permalink
Fixed package url and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
timols committed Jul 16, 2013
1 parent 6ef76a2 commit 2b1c35d
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,7 +1,7 @@
class webstorm (
$version = '6.0.2',
$version = '6.0.2a',
) {
package { 'WebStorm':
provider => 'appdmg',
source => "http://download.jetbrains.com/python/WebStorm-${version}.dmg",
source => "http://download.jetbrains.com/webstorm/WebStorm-${version}.dmg",
}

0 comments on commit 2b1c35d

Please sign in to comment.