We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30120ac commit 21fb382Copy full SHA for 21fb382
spec/classes/mod/wsgi_spec.rb
@@ -13,7 +13,7 @@
13
'wsgi_socket_prefix' => nil,
14
)
15
}
16
- it { is_expected.to contain_package('libapache2-mod-wsgi') }
+ it { is_expected.to contain_package('libapache2-mod-wsgi-py3') }
17
end
18
context 'on a RedHat OS' do
19
include_examples 'RedHat 6'
0 commit comments