Skip to content

Commit

Permalink
Switch SATELLITE_SERVICES to a list (#11522)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1644724)
  • Loading branch information
Griffin-Sullivan authored and JacobCallahan committed May 23, 2023
1 parent 7618848 commit 13e9492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@
'= Module puppet:',
}

SATELLITE_SERVICES = {
SATELLITE_SERVICES = [
'dynflow-sidekiq@orchestrator',
'dynflow-sidekiq@worker-1',
'dynflow-sidekiq@worker-hosts-queue-1',
Expand All @@ -1293,7 +1293,7 @@
'pulpcore-content',
'pulpcore-worker@*',
'tomcat',
}
]


def extract_help(filter='params'):
Expand Down

0 comments on commit 13e9492

Please sign in to comment.