Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Try to fix chromedriver hanging on chrome #9348

Merged
merged 1 commit into from
Jul 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions modules/govuk/manifests/apps/smokey.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
}

govuk::app::envvar {
'AUTH_PASSWORD': value => $http_password;
'AUTH_USERNAME': value => $http_username;
'BEARER_TOKEN': value => $smokey_bearer_token;
'RATE_LIMIT_TOKEN': value => $rate_limit_token;
'SIGNON_EMAIL': value => $smokey_signon_email;
'SIGNON_PASSWORD': value => $smokey_signon_password;
'AUTH_PASSWORD': value => $http_password;
'AUTH_USERNAME': value => $http_username;
'BEARER_TOKEN': value => $smokey_bearer_token;
'RATE_LIMIT_TOKEN': value => $rate_limit_token;
'SIGNON_EMAIL': value => $smokey_signon_email;
'SIGNON_PASSWORD': value => $smokey_signon_password;
'DBUS_SESSION_BUS_ADDRESS': value => 'disabled:';
}

if $::aws_migration {
Expand Down