Commit c7860ae9763c2996a8ca149ba69f1795fa82bf4d
1 parent
d79972fb
Exists in
master
and in
2 other branches
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 | ... | ... |