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

Commit cc7fafb

Browse files
committed
Fixes #2078: Remove drupal-console.
1 parent af97556 commit cc7fafb

18 files changed

+1
-309
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Drupal VM installs the following on an Ubuntu 18.04 (by default) linux VM:
2020
- MySQL (or MariaDB, or PostgreSQL)
2121
- Drupal 7, 8, or 9
2222
- Optional:
23-
- Drupal Console
2423
- Drush
2524
- Varnish
2625
- Apache Solr
@@ -108,7 +107,6 @@ By default, this VM includes the extras listed in the `config.yml` option `insta
108107
installed_extras:
109108
- adminer
110109
# - blackfire
111-
# - drupalconsole
112110
- drush
113111
# - elasticsearch
114112
# - java

default.config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ postgresql_databases:
211211
installed_extras:
212212
- adminer
213213
# - blackfire
214-
# - drupalconsole
215214
- drush
216215
# - elasticsearch
217216
# - java

docs/extras/drupal-console.md

-65
This file was deleted.

docs/other/wordpress-other-applications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ drupal_build_composer_project: false
3434
drupal_install_site: false
3535
configure_drush_aliases: false
3636

37-
# Remove some Drupal extras such as `drupalconsole` and `drush`
37+
# Remove some Drupal extras such as `drush`
3838
installed_extras:
3939
- adminer
4040
- mailhog

mkdocs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pages:
4040
- Installed extras:
4141
- 'adminer (Database UI)': 'extras/adminer.md'
4242
- 'blackfire (Profiling tool)': 'extras/blackfire.md'
43-
- 'drupalconsole (Drupal CLI)': 'extras/drupal-console.md'
4443
- 'drush (Drupal CLI)': 'extras/drush.md'
4544
- 'elasticsearch (Search engine)': 'extras/elasticsearch.md'
4645
- 'java': 'extras/java.md'

provisioning/playbook.yml

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
- { role: geerlingguy.php-pgsql, when: drupal_db_backend == 'pgsql', tags: ['php', 'database'] }
5151

5252
# Conditionally-installed roles.
53-
- { role: geerlingguy.drupal-console, when: 'drupal_major_version > 7 and "drupalconsole" in installed_extras' }
5453
- { role: geerlingguy.drush, when: '"drush" in installed_extras' }
5554
- { role: geerlingguy.memcached, when: '"memcached" in installed_extras' }
5655
- { role: geerlingguy.php-memcached, when: '"memcached" in installed_extras', tags: ['php'] }

provisioning/requirements.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ roles:
2020
version: 1.2.1
2121
- name: geerlingguy.drupal
2222
version: 4.1.0
23-
- name: geerlingguy.drupal-console
24-
version: 1.1.1
2523
- name: geerlingguy.drush
2624
version: 3.1.2
2725
- name: geerlingguy.elasticsearch

provisioning/roles/geerlingguy.drupal-console/.gitignore

-2
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/.travis.yml

-28
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/LICENSE

-20
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/README.md

-45
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/defaults/main.yml

-4
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/meta/main.yml

-44
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/tasks/main.yml

-45
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/tests/README.md

-11
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/tests/requirements.yml

-2
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/tests/test-self-update.yml

-16
This file was deleted.

provisioning/roles/geerlingguy.drupal-console/tests/test.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)