Skip to content

Instantly share code, notes, and snippets.

@chrisamoore
Created March 20, 2014 18:21
Show Gist options
  • Save chrisamoore/9670427 to your computer and use it in GitHub Desktop.
Save chrisamoore/9670427 to your computer and use it in GitHub Desktop.
Lean ... Node for puphpet
.... // your codez
class { 'nodejs':
version => 'latest',
}
package { 'bower':
provider => npm,
require => Class['nodejs']
}
include wget
... // 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