forked from geerlingguy/drupal-vm
-
Notifications
You must be signed in to change notification settings - Fork 1
Optional database flag when provisioning #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
benabaird
wants to merge
269
commits into
akeemw:master
Choose a base branch
from
benabaird:optional-database
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… via Composer.
Clean up Tideways documentation
Added name to Ansible provisioner in Vagrantfile
Tags don't seem to be inherited with `include_tasks` so switch to `import_tasks`.
…l-issue Fixed typo in build-composer.yml that caused composer install to fail
Change include_tasks to import_tasks for always tasks.
…ed installations.
…simo Fixes geerlingguy#2099: Prestissimo not needed with Composer 2.x
…ors-in-example-drupal-composer-json Fixes syntax errors in example.drupal.composer.json geerlingguy#2094
…ons-molecule Migrate from shell script and Travis CI to Molecule and GitHub Actions
# Conflicts: # provisioning/playbook.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey Akeem,
This pull request adds an optional config key (create_database, a boolean) to apache_vhosts items to flag whether or not to create a database for this entry. I get mildly annoyed when all the flats I have created end up with databases as well.
Ben