Created
March 20, 2014 18:21
-
-
Save chrisamoore/9670427 to your computer and use it in GitHub Desktop.
Lean ... Node for puphpet
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
.... // your codez | |
class { 'nodejs': | |
version => 'latest', | |
} | |
package { 'bower': | |
provider => npm, | |
require => Class['nodejs'] | |
} | |
include wget |
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
... // your codez | |
mod 'nodejs', :git => 'https://github.com/willdurand/puppet-nodejs.git' | |
mod 'wget', :git => 'https://github.com/maestrodev/puppet-wget.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment