Bruno Tavares a111864fd2 Add acceptance tests for puppet-elasticsearch.
Add acceptance tests for puppet-elasticsearch module so that once the
module is applied we check if files were created, packages were
installed and services were started.

Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
Change-Id: Id902337b8f6ca3210644f9401002755d9f6b3e0b
2015-09-24 19:39:14 -03:00

7 lines
142 B
Puppet

class { '::elasticsearch':
es_template_config => {
'cluster.name' => 'acceptance-test',
'path.data' => '/tmp/acceptance',
},
}