Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-logstash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f3b7422ed4096c7d27cf71bd9aea8c965f45b5ed
Choose a base ref
..
head repository: voxpupuli/puppet-logstash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0230b27caef8adc039a1035ff69ea77583018735
Choose a head ref
Showing with 2 additions and 3 deletions.
  1. +0 −1 spec/acceptance/define_patternfile_spec.rb
  2. +2 −2 spec/defines/define_plugin_spec.rb
1 change: 0 additions & 1 deletion spec/acceptance/define_patternfile_spec.rb
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ def apply_pattern(pattern_number, extra_logstash_class_args = nil)
end

it 'does not restart logstash if logstash::restart_on_change is false' do
os = fact('lsbdistdescription')
log = apply_pattern(1, 'restart_on_change => false').stdout
expect(log).not_to include(restart_message)
end
4 changes: 2 additions & 2 deletions spec/defines/define_plugin_spec.rb
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@

let(:pre_condition) do
<<~PUPPET
include elastic_stack::repo
include logstash
include elastic_stack::repo
include logstash
PUPPET
end