Puppet Class: profile::analytics::cluster::elasticsearch
- Defined in:
- modules/profile/manifests/analytics/cluster/elasticsearch.pp
Overview
Supports CirrusSearch usage on the analytics cluster
2 3 4 5 6 7 |
# File 'modules/profile/manifests/analytics/cluster/elasticsearch.pp', line 2
class profile::analytics::cluster::elasticsearch {
# wikimedia/discovery/analytics will be deployed to this node
scap::target { 'wikimedia/discovery/analytics':
deploy_user => 'deploy-service',
}
}
|