Skip to content

Instantly share code, notes, and snippets.

@jbq
Created March 22, 2016 17:40
Show Gist options
  • Save jbq/c0783b4009973f46f987 to your computer and use it in GitHub Desktop.
Save jbq/c0783b4009973f46f987 to your computer and use it in GitHub Desktop.
SaltStack state file for NodeJS
nodejs_repo:
pkgrepo.managed:
- humanname: NodeJS Repo
- name: deb https://deb.nodesource.com/node_5.x trusty main
- file: /etc/apt/sources.list.d/nodesource.list
- keyid: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
- keyserver: keys.gnupg.net
- require_in:
- pkg: nodejs
nodejs:
pkg.installed:
- refresh: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment