This commit is contained in:
thomashaw
2020-12-07 15:47:52 +00:00
parent 03c8017650
commit 3d80ea802a

View File

@@ -310,16 +310,14 @@ class elasticsearch_7 (
exec { 'add apt repository':
command => 'wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -'
}->
exec { 'elasticsearch update apt':
command => 'apt-get update'
}->
package { 'elasticsearch':
ensure => present,
}
# exec { 'elasticsearch update apt':
#
# }
# package { '':
#
# }
#
## If this fails:
## can we just package install from a .deb file url? $package_url