fixed rename

This commit is contained in:
Matthew Scragg 2013-10-01 23:32:53 -05:00
parent 2233205e0e
commit 613d1c6ca3
6 changed files with 38 additions and 38 deletions

View file

@ -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 %}

View file

@ -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 %}