Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d56c7a8

Browse files
committedJun 30, 2022
(FM-8943) Enable to install from nightly repo for Ubuntu 22.04 for task beaker tests
This PR is mostly to fix a typo.
1 parent 71e9eaf commit d56c7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎task_spec/spec/acceptance/init_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def target_platform
7777

7878
# Try to install an older puppet6 version
7979
results = if %r{ubuntu-22.04}.match?(target_platform)
80-
run_task('puppet_agent::install', 'target', { 'collection' => 'puppet6_nightly',
80+
run_task('puppet_agent::install', 'target', { 'collection' => 'puppet6-nightly',
8181
'version' => puppet_6_version,
8282
'stop_service' => true })
8383
else

0 commit comments

Comments
 (0)
Please sign in to comment.