We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae52691 + 4a92e73 commit 76cd48fCopy full SHA for 76cd48f
spec/spec_helper_acceptance_local.rb
@@ -27,6 +27,8 @@ def mysql_version
27
if os[:family] == 'debian' || os[:family] == 'ubuntu'
28
# needed for the puppet fact
29
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)
32
end
33
# needed for the grant tests, not installed on el7 docker images
34
LitmusHelper.instance.apply_manifest("package { 'which': ensure => installed, }", expect_failures: false)
0 commit comments