Puppet Class: simp_logstash::curator

Defined in:
manifests/curator.pp

Overview

A class to include the ElasticSearch curator

This should probably be moved into the simp_elasticsearch module



4
5
6
# File 'manifests/curator.pp', line 4

class simp_logstash::curator {
  package { 'elasticsearch-curator': ensure => 'latest' }
}