Skip to content

Commit

Permalink
Merge pull request #200 from traylenator/nolsb
Browse files Browse the repository at this point in the history
Avoid use of lsb facts
  • Loading branch information
traylenator authored Aug 19, 2024
2 parents 26cf666 + 4542c7a commit 7765031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/gitlab_ci_runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
is_expected.to contain_apt__source('apt_gitlabci').
with(
comment: 'GitlabCI Runner Repo',
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:os]['name'].downcase}/",
repos: 'main',
key: {
'name' => 'gitlab_ci_runner.asc',
Expand Down

0 comments on commit 7765031

Please sign in to comment.