diff --git a/templates/template05-elasticsearch/Readme.md b/templates/template05-elasticsearch/Readme.md index 4eae3b4..db889a0 100644 --- a/templates/template05-elasticsearch/Readme.md +++ b/templates/template05-elasticsearch/Readme.md @@ -15,7 +15,7 @@ |File name | Description| | --- | --- | -| `elasticsearch-${ELASTICSEARCH_VERSION}-amd64.deb` | Debian archive for version 8.X.Y to be downloaded from [here](https://www.elastic.co/guide/en/elasticsearch/reference/8.9.0/deb.html#install-deb) | +| `elasticsearch-${ELASTICSEARCH_VERSION}-amd64.deb` | Debian archive for version 8.X.Y to be downloaded from [here](https://www.elastic.co/downloads/elasticsearch) | | `memory.options` | Limit the total memory assigned to the JVM | | `elasticsearch.yml` | ElasticSearch core configuration file | | `rootCA.pem` | The rootCA previously created in your host machine | diff --git a/templates/template05-elasticsearch/Vagrantfile b/templates/template05-elasticsearch/Vagrantfile index 3457d18..36eb231 100644 --- a/templates/template05-elasticsearch/Vagrantfile +++ b/templates/template05-elasticsearch/Vagrantfile @@ -3,12 +3,12 @@ Vagrant.configure("2") do |config| - - config.vm.box = "isc/forge-clt-ubuntu-22.04" - config.vm.box_version = "1" + config.vm.box = "rcasys/ubuntu2404" - config.vm.box_check_update = false + config.vm.box_version = "0.1.1" + + config.vm.box_check_update = false config.vm.provider 'lxd' do |lxd| lxd.api_endpoint = 'https://127.0.0.1:8443'