fixed rename
This commit is contained in:
parent
2233205e0e
commit
613d1c6ca3
6 changed files with 38 additions and 38 deletions
|
@ -1,20 +0,0 @@
|
|||
ruby-repos:
|
||||
pkgrepo.managed:
|
||||
- ppa: brightbox/ruby-ng-experimental
|
||||
|
||||
ruby1.9.3:
|
||||
pkg.installed:
|
||||
- require:
|
||||
- pkgrepo.managed: ruby-repos
|
||||
|
||||
asciidoc:
|
||||
pkg.installed
|
||||
|
||||
{% for gem in ['gollum', 'creole', 'redcarpet', 'github-markdown', 'org-ruby', 'RedCloth', 'wikicloth'] %}
|
||||
{{ gem }}-gem:
|
||||
gem:
|
||||
- installed
|
||||
- name: {{ gem }}
|
||||
- require:
|
||||
- pkg.installed: ruby1.9.3
|
||||
{% endfor %}
|
|
@ -5,11 +5,11 @@ python-pkgs:
|
|||
- python-pip
|
||||
- build-essential
|
||||
|
||||
{% for pkg in ['tornado', 'pyzmq', 'itsdangerous', 'boto', 'redis', 'simplejson', 'sockjs-tornado', 'flask', 'flask-bcrypt', 'flask-login', 'flask-assets', 'gittle', 'gevent', 'lxml', 'markdown2', 'recaptcha', 'pyRethinkORM' ] %}
|
||||
{% for pkg in ['tornado', 'pyzmq', 'itsdangerous', 'boto', 'redis', 'simplejson', 'sockjs-tornado', 'flask', 'flask-bcrypt', 'flask-login', 'flask-assets', 'gittle', 'gevent', 'lxml', 'markdown2', 'recaptcha-client', 'RethinkORM' ] %}
|
||||
{{ pkg }}-pip:
|
||||
pip:
|
||||
- name: {{ pkg }}
|
||||
- installed
|
||||
- require:
|
||||
- pkg.installed: python-pkgs
|
||||
- pkg.installed: common-pkgs
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue