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 0b36fe4 commit 840f7d4Copy full SHA for 840f7d4
spec/classes/000_elasticsearch_init_spec.rb
@@ -170,9 +170,9 @@
170
flag = (not verify_certificates) ? ' --no-check-certificate' : ''
171
172
it { should contain_exec('download_package_elasticsearch')
173
- .with(
174
- :command => "wget#{flag} -O /opt/elasticsearch/swdl/pkg.#{pkg_ext} #{schema}domain-or-path/pkg.#{pkg_ext} 2> /dev/null",
175
- :require => 'File[/opt/elasticsearch/swdl]'
+ .with(
+ :command => "wget#{flag} -O /opt/elasticsearch/swdl/pkg.#{pkg_ext} #{schema}domain-or-path/pkg.#{pkg_ext} 2> /dev/null",
+ :require => 'File[/opt/elasticsearch/swdl]'
176
) }
177
end
178
0 commit comments