Skip to content

Commit a348dea

Browse files
committed
VM - Drupal - Add source and licenses
1 parent 80d70bc commit a348dea

File tree

3 files changed

+1461
-2
lines changed

3 files changed

+1461
-2
lines changed

vm/chef/cookbooks/drupal/metadata.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
name 'drupal'
16+
depends 'c2d-config'
1617
depends 'apache2'
1718
depends 'mysql'
1819
depends 'php81'

vm/chef/cookbooks/drupal/recipes/default.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
1919
include_recipe 'apache2::rm-index'
2020
include_recipe 'apache2::security-config'
2121
include_recipe 'mysql::version-8.0'
22+
include_recipe 'drupal::ospo'
2223

2324
# Reference: https://www.drupal.org/docs/8/system-requirements/php
2425
include_recipe 'php81'

0 commit comments

Comments
 (0)