Add rake tasks, provisioning, and templates
This commit is contained in:
parent
20bee0fac4
commit
cdf390f082
7 changed files with 193 additions and 11 deletions
3
provisioning/box/post-tasks/templates/drush.yml.j2
Normal file
3
provisioning/box/post-tasks/templates/drush.yml.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
options:
|
||||
uri: "http://{{ vagrant_hostname }}"
|
||||
root: "{{ drupal_core_path }}"
|
7
provisioning/box/post-tasks/templates/local.site.yml.j2
Normal file
7
provisioning/box/post-tasks/templates/local.site.yml.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
dev:
|
||||
root: "{{ drupal_core_path }}"
|
||||
uri: "http://{{ vagrant_hostname }}"
|
||||
|
||||
local:
|
||||
root: "{{ drupal_core_path }}"
|
||||
uri: "http://{{ vagrant_hostname }}"
|
Loading…
Add table
Add a link
Reference in a new issue