Thank you for providing this. Unfortunately, it fails to install.
This is what I've tried:

~/.composer/vendor/drush/drush/drush dl --drupal-project-rename=thunder thunder

This succeeds with 2 profiles and 17 themes downloaded.

cd  thunder; ~/.composer/vendor/drush/drush/drush si -y --account-mail=olav@example.com --account-pass=admin --site-mail=olav@example.com --site-name="My Thunder" --db-url=mysql://root:root@127.0.0.1/thunder

This fails with

You are about to create a /mnt/hgfs/olav/work/thunder/sites/default/settings.php file and CREATE the 'thunder' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option.                   [ok]
exception 'Drupal\Core\Config\UnmetDependenciesException' with message 'Configuration objects                  [error]
(core.entity_form_display.media.video.default) provided by thunder_media have unmet dependencies' in
/mnt/hgfs/olav/work/thunder/core/lib/Drupal/Core/Config/UnmetDependenciesException.php:89
Stack trace:
#0 /mnt/hgfs/olav/work/thunder/core/lib/Drupal/Core/Config/ConfigInstaller.php(454):
Drupal\Core\Config\UnmetDependenciesException::create('thunder_media', Array)
#1 /mnt/hgfs/olav/work/thunder/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php(136):
Drupal\Core\Config\ConfigInstaller->checkConfigurationToInstall('module', 'thunder_media')
#2 /mnt/hgfs/olav/work/thunder/core/lib/Drupal/Core/Extension/ModuleInstaller.php(146):
Drupal\Core\ProxyClass\Config\ConfigInstaller->checkConfigurationToInstall('module', 'thunder_media')
#3 /mnt/hgfs/olav/work/thunder/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php(87):
Drupal\Core\Extension\ModuleInstaller->install(Array, false)
#4 /mnt/hgfs/olav/work/thunder/core/includes/install.core.inc(1788):
Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array, false)
#5 [internal function]: _install_module_batch('thunder_media', 'Thunder Media', Array)
#6 /mnt/hgfs/olav/work/thunder/core/includes/batch.inc(252): call_user_func_array('_install_module...', Array)
#7 /mnt/hgfs/olav/work/thunder/core/includes/form.inc(861): _batch_process()
#8 /mnt/hgfs/olav/work/thunder/core/includes/install.core.inc(605): batch_process(Object(Drupal\Core\Url),
Object(Drupal\Core\Url))
#9 /mnt/hgfs/olav/work/thunder/core/includes/install.core.inc(526): install_run_task(Array, Array)
#10 /mnt/hgfs/olav/work/thunder/core/includes/install.core.inc(116): install_run_tasks(Array)
#11 /home/olav/.composer/vendor/drush/drush/includes/drush.inc(721):
install_drupal(Object(Composer\Autoload\ClassLoader), Array)
#12 /home/olav/.composer/vendor/drush/drush/includes/drush.inc(706):
drush_call_user_func_array('install_drupal', Array)
#13 /home/olav/.composer/vendor/drush/drush/commands/core/drupal/site_install.inc(78):
drush_op('install_drupal', Object(Composer\Autoload\ClassLoader), Array)
#14 /home/olav/.composer/vendor/drush/drush/commands/core/site_install.drush.inc(289):
drush_core_site_install_version(NULL, Array)
#15 [internal function]: drush_core_site_install()
#16 /home/olav/.composer/vendor/drush/drush/includes/command.inc(364):
call_user_func_array('drush_core_site...', Array)
#17 /home/olav/.composer/vendor/drush/drush/includes/command.inc(215): _drush_invoke_hooks(Array, Array)
#18 [internal function]: drush_command()
#19 /home/olav/.composer/vendor/drush/drush/includes/command.inc(183): call_user_func_array('drush_command',
Array)
#20 /home/olav/.composer/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(65): drush_dispatch(Array)
#21 /home/olav/.composer/vendor/drush/drush/includes/preflight.inc(64):
Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#22 /home/olav/.composer/vendor/drush/drush/drush.php(12): drush_main()
#23 {main}
CommentFileSizeAuthor
#3 thunder_media.patch705 bytesolav
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

olav created an issue. See original summary.

chr.fritsch’s picture

Status: Active » Needs review

Thanks for that. Should be fixed in the current dev version.
Just try drush dl thunder --dev

olav’s picture

FileSize
705 bytes

There was a small typo in profiles/thunder/modules/thunder_media/config/install/core.entity_form_display.media.video.default.yml, see attached thunder_media.patch

olav’s picture

And yes, the dev version installs without a problem as well.

chr.fritsch’s picture

Status: Needs review » Fixed

Thanks for investigating. I guess we can close this issue

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.