Skip to content

Instantly share code, notes, and snippets.

/erlang.sls Secret

Created September 23, 2016 20:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/4dfca03d3dfc2dc7c189b0a884bc570e to your computer and use it in GitHub Desktop.
#error
# Comment: The following requisites were not found:
# require:
# pkg: dev_packages
#dev.sls
dev_packages:
pkg.installed:
- pkgs:
- git
{% if grains['os'] == 'Fedora' %}
- vim-enhanced
{% else %}
- vim
{% endif %}
#erlang.sls
https://github.com/erlang/otp:
git.latest:
- rev: OTP-19.1
- target: /src_code/otp
- require:
- pkg: dev_packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment