Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Drop concrete5 project role. #332

Merged
merged 1 commit into from
Sep 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .beetbox/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ beet_debug: yes
#beet_mysql_user: "my_app"
#beet_mysql_password: "secret"

# Concrete5.
#beet_project: concrete5
#beet_web: "{{ beet_root }}/web"
#c5_checkout: yes
#c5_version: "5.7.5.3"
#c5_install: yes
#c5_admin_mail: "admin@example.com"
#c5_admin_password: password
#php_short_open_tag: yes

# Drupal composer.
#beet_root: "{{ beet_base }}/projects/{{ beet_project }}-composer"
#beet_web: "{{ beet_root }}/web"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ These roles are mantained by Beetbox team.
| --- | --- |
| [Backdrop](https://github.com/beetboxvm/ansible-role-beetbox-backdrop) | [![Circle CI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-backdrop.svg?style=shield)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-backdrop) |
| [CakePHP](https://github.com/beetboxvm/ansible-role-beetbox-cakephp) | [![CircleCI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-cakephp.svg?style=shield)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-cakephp) |
| [Concrete5](https://github.com/beetboxvm/ansible-role-beetbox-concrete5) | [![CircleCI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-concrete5.svg?style=shield)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-conc rete5) |
| [Drupal](https://github.com/beetboxvm/ansible-role-beetbox-drupal) | [![CircleCI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-drupal.svg?style=shield)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-drupal) |
| [Kohana](https://github.com/beetboxvm/ansible-role-beetbox-kohana) | [![CircleCI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-kohana.svg?style=shield)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-kohana) |
| [Modx](https://github.com/beetboxvm/ansible-role-beetbox-modx) | [![CircleCI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-modx.svg?style=shield)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-modx) |
Expand Down
3 changes: 0 additions & 3 deletions provisioning/ansible/playbook-provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@
- role: beetboxvm.cakephp
when: "'{{ beet_project }}' == 'cakephp'"
tags: project
- role: beetboxvm.concrete5
when: "'{{ beet_project }}' == 'concrete5'"
tags: project
- role: beetboxvm.kohana
when: "'{{ beet_project }}' == 'kohana'"
tags: project
Expand Down