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

Commit

Permalink
Remove PRIVATE_ASSET_MANAGER_HOST env var from Asset Manager
Browse files Browse the repository at this point in the history
This environment variable was marked as 'absent' in this PR [1] which
has been applied in all environments and so it's now safe to remove the
definition.

[1]: #7158
  • Loading branch information
floehopper committed Feb 5, 2018
1 parent bcbaa6e commit 0e18cba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/govuk/manifests/apps/asset_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@

$app_domain = hiera('app_domain')

govuk::app::envvar {
"${title}-PRIVATE_ASSET_MANAGER_HOST":
ensure => 'absent',
app => 'asset-manager',
varname => 'PRIVATE_ASSET_MANAGER_HOST',
value => "private-asset-manager.${app_domain}";
}

Govuk::App::Envvar {
app => $app_name,
}
Expand Down

0 comments on commit 0e18cba

Please sign in to comment.