Created
March 22, 2016 17:40
-
-
Save jbq/c0783b4009973f46f987 to your computer and use it in GitHub Desktop.
SaltStack state file for NodeJS
This file contains hidden or 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
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