Skip to content

Commit 4a92e73

Browse files
committed
(MAINT) Install curl package on Debian/Ubuntu
1 parent ae52691 commit 4a92e73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: 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)