Skip to content

Instantly share code, notes, and snippets.

@dhollinger
Created November 1, 2017 19:35
Show Gist options
  • Save dhollinger/785b322301648c6b4b76f008aa490b84 to your computer and use it in GitHub Desktop.
Save dhollinger/785b322301648c6b4b76f008aa490b84 to your computer and use it in GitHub Desktop.
$npm_install = lookup('nodejs::npm')
$npm_install.each |String $npm, Hash $attributes| {
nodejs::npm { $npm: * => $attributes }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment