| commit | f04f5f36304610a8113852c1c3678537162e62f5 | [log] [tgz] |
|---|---|---|
| author | Nick Metz <nick.metz@fhe3.com> | Mon Jan 08 15:25:04 2018 +0100 |
| committer | Filip Pytloun <filip@pytloun.cz> | Mon Jan 08 15:25:04 2018 +0100 |
| tree | 55fd6c6f866befc783e8f65484328e4fa8d1cc57 | |
| parent | 41751b2d2e8fc527fd4b4313502375026473b27f [diff] |
add additional shared libraries (#137)
* This merge request gives the ability to add shared libaries without set LD_LIBRARY_PATH variable.
1. Generate file in /etc/ld.so.conf.d/
2. update /etc/ld.so.cache with ldconfig command
example pillars:
linux:
system:
enabled: True
ld:
libraries:
java:
- /usr/lib/jvm/jre-openjdk/lib/amd64/server
- /opt/java/jre/lib/amd64/server
* fix format in README.rst for Shared Libraries
* Fix for #137 - change pillar libraries key to library