[Puppet] Time limit to synchronize data set

Time to sync Hiera data should never be more then
several seconds. Time limit set to 60  seconds.

Change-Id: I67067a3bd1df039e9f213512512d074597cc77c0
This commit is contained in:
Alexey Khivin 2016-06-25 20:09:55 +03:00
parent 7af5ba3e1d
commit b911aec5c7

View File

@ -33,4 +33,4 @@ Methods:
- $template: $resources.yaml('PutYamlData.template').bind(dict(
path => $path,
data => $data))
- $instance.agent.call($template, $resources)
- $instance.agent.call($template, $resources, 60)