Skip to content

Commit 76cd48f

Browse files
Merge pull request #1337 from pmcmaw/maint/main/add-package-curl
(MAINT) Install curl package on Debian/Ubuntu
2 parents ae52691 + 4a92e73 commit 76cd48f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/spec_helper_acceptance_local.rb

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def mysql_version
2727
if os[:family] == 'debian' || os[:family] == 'ubuntu'
2828
# needed for the puppet fact
2929
LitmusHelper.instance.apply_manifest("package { 'lsb-release': ensure => installed, }", expect_failures: false)
30+
# needed for percona xtra backup
31+
LitmusHelper.instance.apply_manifest("package { 'curl': ensure => installed, }", expect_failures: false)
3032
end
3133
# needed for the grant tests, not installed on el7 docker images
3234
LitmusHelper.instance.apply_manifest("package { 'which': ensure => installed, }", expect_failures: false)

0 commit comments

Comments
 (0)