Configure the DNS resolver

Change-Id: I3894b46ce4aad55d6bec7b65fa051670b7717c2d
Closes-Bug: #1606736
This commit is contained in:
Simon Pasquier 2016-07-27 17:35:13 +02:00
parent a9059a0f90
commit ec96ad2798
1 changed files with 11 additions and 0 deletions

View File

@ -158,6 +158,17 @@
# Tasks defintions for the post-deployment
##########################################
- id: elasticsearch-dns-client
type: puppet
version: 2.0.0
role: [primary-elasticsearch_kibana, elasticsearch_kibana]
requires: [post_deployment_start]
required_for: [post_deployment_end]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/dns/dns-client.pp
puppet_modules: /etc/puppet/modules
timeout: 600
# Configure the default gateway (required for MOS 8 only)
- id: elasticsearch-configure-default-route
type: puppet