Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Issue #227: Add optional Ruby installation option.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 4, 2015
1 parent 3902402 commit 39f644c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ installed_extras:
- memcached
# - nodejs
- pimpmylog
# - ruby
# - selenium
# - solr
- varnish
Expand Down
1 change: 1 addition & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- { role: geerlingguy.daemonize, when: '"mailhog" in installed_extras' }
- { role: geerlingguy.mailhog, when: '"mailhog" in installed_extras' }
- { role: geerlingguy.nodejs, when: '"nodejs" in installed_extras' }
- { role: geerlingguy.ruby, when: '"ruby" in installed_extras' }
- { role: geerlingguy.java, when: '"solr" in installed_extras or "selenium" in installed_extras' }
- { role: arknoll.selenium, when: '"selenium" in installed_extras' }
- { role: geerlingguy.solr, when: '"solr" in installed_extras' }
Expand Down
1 change: 1 addition & 0 deletions provisioning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ geerlingguy.php-xhprof
geerlingguy.pimpmylog
geerlingguy.postfix
geerlingguy.repo-remi
geerlingguy.ruby
geerlingguy.security
geerlingguy.solr
geerlingguy.varnish

0 comments on commit 39f644c

Please sign in to comment.