forked from blt04/puppet-rvm
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Must be install manually when using the passenger module
- Loading branch information
Carlos Sanchez
committed
Mar 6, 2014
1 parent
abb2c4a
commit 93c0544
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name 'maestrodev-rvm' | ||
version '1.4.5' | ||
version '1.5.0' | ||
|
||
summary 'A puppet module for installing and using RVM (Ruby Version Manager)' | ||
author 'maestrodev & Brandon Turner <[email protected]>' | ||
|
@@ -9,4 +9,5 @@ source 'http://github.com/maestrodev/puppet-rvm' | |
description 'Installing and using RVM (Ruby Version Manager)' | ||
|
||
dependency 'puppetlabs/stdlib', '>=3.2.0' | ||
dependency 'puppetlabs/apache', '>=0.9.0' | ||
# not included as a dependency to avoid installing it when is not needed most times. | ||
#dependency 'puppetlabs/apache', '>=0.9.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
forge 'http://forge.puppetlabs.com' | ||
|
||
mod 'puppetlabs/stdlib', '>=3.2.0' | ||
modulefile | ||
|
||
mod 'puppetlabs/apache', '>=0.9.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters