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 b0df332 commit 17dd71aCopy full SHA for 17dd71a
spec/acceptance/vhost_spec.rb
@@ -965,7 +965,7 @@ class { 'apache': }
965
}
966
MANIFEST
967
it 'applies cleanly' do
968
- result = apply_manifest(pp, catch_failures: true)
+ _result = apply_manifest(pp, catch_failures: true)
969
end
970
describe file("#{apache_hash['vhost_dir']}/25-test.servername.conf") do
971
it { is_expected.to be_file }
@@ -984,7 +984,7 @@ class { 'apache': }
984
985
986
987
988
989
describe file("#{apache_hash['vhost_dir']}/25-test.server.conf") do
990
0 commit comments