summaryrefslogtreecommitdiff
path: root/manifests/elasticsearch.pp
blob: 2a9bdd9a55febad946fd43dd90f9bf73e6376b9f (plain)
1
2
3
4
5
6
7
8
9
class profiles::elasticsearch (
) {
  include ::java

  class { 'elasticsearch':
    restart_on_change => true,
    api_host          => '0.0.0.0',
  }
}