Skip to content

Commit 7ecddee

Browse files
Add lsb dependency
1 parent 24dc144 commit 7ecddee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def export_locales
4040
if os[:family] == 'debian' || os[:family] == 'ubuntu'
4141
# needed for the puppet fact
4242
LitmusHelper.instance.apply_manifest("package { 'ap': ensure => installed, }", expect_failures: false)
43+
LitmusHelper.instance.apply_manifest("package { 'lsb-release': ensure => installed, }", expect_failures: false)
4344
end
4445
# needed for the grant tests, not installed on el7 docker images
4546
LitmusHelper.instance.apply_manifest("package { 'which': ensure => installed, }", expect_failures: false)

0 commit comments

Comments
 (0)