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

Commit

Permalink
Fixes #2078: Remove drupal-console.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 30, 2020
1 parent af97556 commit cc7fafb
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 309 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Drupal VM installs the following on an Ubuntu 18.04 (by default) linux VM:
- MySQL (or MariaDB, or PostgreSQL)
- Drupal 7, 8, or 9
- Optional:
- Drupal Console
- Drush
- Varnish
- Apache Solr
Expand Down Expand Up @@ -108,7 +107,6 @@ By default, this VM includes the extras listed in the `config.yml` option `insta
installed_extras:
- adminer
# - blackfire
# - drupalconsole
- drush
# - elasticsearch
# - java
Expand Down
1 change: 0 additions & 1 deletion default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ postgresql_databases:
installed_extras:
- adminer
# - blackfire
# - drupalconsole
- drush
# - elasticsearch
# - java
Expand Down
65 changes: 0 additions & 65 deletions docs/extras/drupal-console.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/other/wordpress-other-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ drupal_build_composer_project: false
drupal_install_site: false
configure_drush_aliases: false

# Remove some Drupal extras such as `drupalconsole` and `drush`
# Remove some Drupal extras such as `drush`
installed_extras:
- adminer
- mailhog
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pages:
- Installed extras:
- 'adminer (Database UI)': 'extras/adminer.md'
- 'blackfire (Profiling tool)': 'extras/blackfire.md'
- 'drupalconsole (Drupal CLI)': 'extras/drupal-console.md'
- 'drush (Drupal CLI)': 'extras/drush.md'
- 'elasticsearch (Search engine)': 'extras/elasticsearch.md'
- 'java': 'extras/java.md'
Expand Down
1 change: 0 additions & 1 deletion provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
- { role: geerlingguy.php-pgsql, when: drupal_db_backend == 'pgsql', tags: ['php', 'database'] }

# Conditionally-installed roles.
- { role: geerlingguy.drupal-console, when: 'drupal_major_version > 7 and "drupalconsole" in installed_extras' }
- { role: geerlingguy.drush, when: '"drush" in installed_extras' }
- { role: geerlingguy.memcached, when: '"memcached" in installed_extras' }
- { role: geerlingguy.php-memcached, when: '"memcached" in installed_extras', tags: ['php'] }
Expand Down
2 changes: 0 additions & 2 deletions provisioning/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ roles:
version: 1.2.1
- name: geerlingguy.drupal
version: 4.1.0
- name: geerlingguy.drupal-console
version: 1.1.1
- name: geerlingguy.drush
version: 3.1.2
- name: geerlingguy.elasticsearch
Expand Down
2 changes: 0 additions & 2 deletions provisioning/roles/geerlingguy.drupal-console/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions provisioning/roles/geerlingguy.drupal-console/.travis.yml

This file was deleted.

20 changes: 0 additions & 20 deletions provisioning/roles/geerlingguy.drupal-console/LICENSE

This file was deleted.

45 changes: 0 additions & 45 deletions provisioning/roles/geerlingguy.drupal-console/README.md

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions provisioning/roles/geerlingguy.drupal-console/meta/main.yml

This file was deleted.

45 changes: 0 additions & 45 deletions provisioning/roles/geerlingguy.drupal-console/tasks/main.yml

This file was deleted.

11 changes: 0 additions & 11 deletions provisioning/roles/geerlingguy.drupal-console/tests/README.md

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions provisioning/roles/geerlingguy.drupal-console/tests/test.yml

This file was deleted.

0 comments on commit cc7fafb

Please sign in to comment.