Merge "Install curl when logstash watchdog is used."
This commit is contained in:
commit
a2dd534e9b
@ -22,6 +22,9 @@ class logstash::watchdog (
|
||||
package { 'jq':
|
||||
ensure => present,
|
||||
}
|
||||
package { 'curl':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
file { '/usr/local/bin/logstash-watchdog':
|
||||
ensure => present,
|
||||
|
Loading…
x
Reference in New Issue
Block a user