File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
' SERVICE_DESCRIPTION' => ' "logstash"' ,
31
31
}
32
32
33
- $settings = merge( $default_settings , $logstash::settings )
34
- $startup_options = merge( $default_startup_options , $logstash::startup_options )
33
+ $settings = $default_settings + $logstash::settings
34
+ $startup_options = $default_startup_options + $logstash::startup_options
35
35
$jvm_options = $logstash::jvm_options
36
36
$jvm_options_defaults = $logstash::jvm_options_defaults
37
37
$pipelines = $logstash::pipelines
140
140
}
141
141
# Older Amazon Linux AMIs has its release based on the year
142
142
# it came out (2010 and up); the provider needed to be set explicitly;
143
- # New Amazon Linux 2 AMIs has the release set to 2, Puppet can handle it
143
+ # New Amazon Linux 2 AMIs has the release set to 2, Puppet can handle it
144
144
elsif ($os =~ /amazon/ and versioncmp($release , ' 2000' ) > 0) {
145
145
$service_provider = ' upstart'
146
146
}
You can’t perform that action at this time.
0 commit comments