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 2d3d81e commit 0c19106Copy full SHA for 0c19106
spec/acceptance/mod_apreq2_spec.rb
@@ -1,5 +1,5 @@
1
require 'spec_helper_acceptance'
2
-apache_hash = apache_settings_hash
+_apache_hash = apache_settings_hash
3
4
describe 'apache::mod::apreq2', if: mod_supported_on_platform?('apache::mod::apreq2') do
5
pp = <<-MANIFEST
@@ -10,4 +10,4 @@ class { 'apache::mod::apreq2': }
10
it 'succeeds in installing the mod_authnz_apreq2 module' do
11
apply_manifest(pp, catch_failures: true)
12
end
13
-end
+end
0 commit comments