
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
7 lines
142 B
Puppet
7 lines
142 B
Puppet
class { '::elasticsearch':
|
|
es_template_config => {
|
|
'cluster.name' => 'acceptance-test',
|
|
'path.data' => '/tmp/acceptance',
|
|
},
|
|
}
|