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

Commit

Permalink
Merge pull request #7087 from alphagov/update-puppet-pinfile
Browse files Browse the repository at this point in the history
Update puppet pinfile
  • Loading branch information
tsteer committed Jan 16, 2018
2 parents e9e6296 + fcbec73 commit 2d3cee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions development-vm/Pinfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ process :'link-checker-api' => [:'link-checker-api-sidekiq']
process :'link-checker-api-sidekiq'
process :'local-links-manager' => [:'link-checker-api']
process :'manuals-frontend' => [:static, :'content-store']
process :'manuals-publisher' => ['asset-manager', :'publishing-api']
process :'manuals-publisher' => ['asset-manager', :'publishing-api', :'link-checker-api']
process :mapit
process :maslow
process :'policy-publisher' => [:'publishing-api']
process :publisher => [:'publishing-api', 'publisher-worker', :calendars] # for some requests also uses: mapit
process :publisher => [:'publishing-api', 'publisher-worker', :calendars, :'link-checker-api'] # for some requests also uses: mapit
process :'publishing-api-read' => [:'publishing-api-web']
process :'publishing-api' => [:'publishing-api-web', :'content-store', :'draft-content-store', :'router-api', :'draft-router-api', :'publishing-api-worker']
process :'publishing-api-worker' => [:'content-store', :'router-api']
Expand All @@ -72,9 +72,9 @@ process :static
process :support => [:'support-api']
process :'support-api'
process :transition
process :travel_advice_publisher => [:static, 'asset-manager', :'travel_advice_publisher_worker', :'email-alert-api']
process :travel_advice_publisher => [:static, 'asset-manager', :'travel_advice_publisher_worker', :'email-alert-api', :'link-checker-api']
process :travel_advice_publisher_worker
process :whitehall => [:'asset-manager', :static, :'publishing-api', :rummager, :'whitehall-worker']
process :whitehall => [:'asset-manager', :static, :'publishing-api', :rummager, :'whitehall-worker', :'link-checker-api']

# pseudo processes to reflect what's needed for www.dev.gov.uk to work at all
# www.dev.gov.uk will still depend on the relevant other frontend applications being
Expand Down

0 comments on commit 2d3cee5

Please sign in to comment.