Skip to content

Commit 4fa738c

Browse files
davids4David Suissa
andauthored
#CE-62820: Added support for composer '2.x' in Drupal 9 provision tem… (#89) (#91)
* #CE-62820: Added support for composer '2.x' in Drupal 9 provision template. * #CE-62820: Attempt to fix pull request test cases by providing a default value for the 'new_user' in provision. * #CE-62820: Attempt to fix pull request test cases by providing a default value for the 'key_name' in provision. * #CE-62820: Attempt to fix pull request test cases by providing a default values for 'ce_deploy' in provision. Co-authored-by: David Suissa <[email protected]> Co-authored-by: David Suissa <[email protected]>
1 parent 79372e7 commit 4fa738c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker-images/controller/provision.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
own_repository_branch: 1.x
1414
config_repository_branch: 1.x
1515
username: ce-dev
16+
new_user: true
17+
key_name: id_rsa.pub
1618
local_dir: /home/ce-dev/ce-deploy
1719
groups: []
1820
- ce_provision:
@@ -23,6 +25,8 @@
2325
config_repository_branch: 1.x
2426
config_repository_skip_checkout: false
2527
username: ce-dev
28+
new_user: true
29+
key_name: id_rsa.pub
2630
local_dir: /home/ce-dev/ce-provision
2731
groups: []
2832
galaxy_custom_requirements_file: ""

templates/drupal9/ce-dev/ansible/provision.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
_env_type: dev
4141
fpm:
4242
_env_type: dev
43+
- php_composer:
44+
version: ''
45+
version_branch: '--2'
46+
keep_updated: true
4347
- xdebug:
4448
cli: true
4549
- lhci:

0 commit comments

Comments
 (0)