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 web-flow committed May 23, 2023
1 parent 1cd3a84 commit e1f5b57
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 @@ -1262,7 +1262,7 @@
'= Module puppet:',
}

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


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

0 comments on commit e1f5b57

Please sign in to comment.