Skip to content

Commit

Permalink
Remove chromedriver and chromium force version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 9, 2024
1 parent 405a61e commit 92ebaa6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions salt/controller/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,10 @@ ruby_set_ri_version:
install_chromium:
pkg.installed:
- name: chromium
# workaround for https://github.com/SUSE/spacewalk/issues/24883, as soon as we find a version newer than 126 fixing the issue, we should remove this line
- version: 125.0.6422.141-bp155.2.91.1

install_chromedriver:
pkg.installed:
- name: chromedriver
# workaround for https://github.com/SUSE/spacewalk/issues/24883, as soon as we find a version newer than 126 fixing the issue, we should remove this line
- version: 125.0.6422.141-bp155.2.91.1

create_syslink_for_chromedriver:
file.symlink:
Expand Down

0 comments on commit 92ebaa6

Please sign in to comment.