Elastic stack updates

This commit is contained in:
Z. Cliffe Schreuders
2024-11-26 22:19:39 +00:00
parent 9df78926e8
commit 5f09b506df
4 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ class elasticsearch::install (
command => 'wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -'
}->
exec { 'es add apt repository':
command => 'echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-7.x.list'
command => 'echo "deb http://172.33.0.44/artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-7.x.list'
}->
exec { 'es update apt':
command => 'apt-get update'