mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
wip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user