Change task name to be more pluin specific

'hiera-update' is too common name for a plugin task which may
lead to conficts with other plugins.

Change-Id: I8c674021e8c02c7126c23956b6065ea11b9cbcfe
This commit is contained in:
Aleksandr Didenko 2016-04-25 14:59:05 +02:00
parent 60d1937902
commit b6e09e7152
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
type: puppet
groups: ['/.*/']
requires: [hiera]
required_for: [hiera-update]
required_for: [external-lb-hiera-update]
parameters:
puppet_manifest: puppet/manifests/create_hiera_config.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 360
- id: hiera-update
- id: external-lb-hiera-update
version: 2.0.0
type: puppet
groups: ['/.*/']