Commit 3d33a1cd1e78d8807fcf964564b27fab7edc1593
1 parent
648c26e7
Exists in
7-1-stable-ee
and in
1 other branch
Remove broken Ohai check from cacerts
The cacerts software definition we vendored was not compatible with our version of omnibus-ruby.
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
config/software/cacerts.rb
| ... | ... | @@ -48,7 +48,5 @@ build do |
| 48 | 48 | File.expand_path("embedded/ssl/certs/cacert.pem", install_dir)) |
| 49 | 49 | end |
| 50 | 50 | |
| 51 | - unless Ohai['platform'] == 'windows' | |
| 52 | - command "ln -sf #{install_dir}/embedded/ssl/certs/cacert.pem #{install_dir}/embedded/ssl/cert.pem" | |
| 53 | - end | |
| 51 | + command "ln -sf #{install_dir}/embedded/ssl/certs/cacert.pem #{install_dir}/embedded/ssl/cert.pem" | |
| 54 | 52 | end | ... | ... |