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 #1 from timols/patch-1
Browse files Browse the repository at this point in the history
Upgrade to latest version of WebStorm
  • Loading branch information
Xavi committed Jul 18, 2013
2 parents c3efeca + 2b1c35d commit 3082738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class webstorm (
$version = '6.0.1a',
$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 3082738

Please sign in to comment.