mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Elastic stack updates
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user