Removed apt-mark (Debian version lock) as it was not working as expected.
Added a hint to the Readme to use (external) apt pinning
This commit is contained in:
parent
68b6d6d9d6
commit
d403c81d67
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ Should elasticsearch be installed from a repository or from a url download. If f
|
|||
|
||||
```es_version_lock``` (true or false (default))
|
||||
|
||||
This will lock the elasticsearch version using `yum versionlock` or `apt-mark hold`.
|
||||
This will lock the elasticsearch version using `yum versionlock`. Only available on RHEL/CentOS. For Debian/Ubuntu see `apt pinning` below.
|
||||
|
||||
```es_scripts``` (true or false (default))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue