Nikolay Mahotkin 52e83e3eb8 Adding gearman plugin configuration to Jenkins
* Gearman plugin should be configured externally
 * It is needed for Nodepool integration

Change-Id: Idcc7d8a84a6c9c23c9d741475415ad6a032bd3df
2016-04-19 17:20:34 +03:00

6 lines
136 B
Puppet

node default {
class { 'configure_gearman':
gearman_host => hiera('gearman_host'),
gearman_port => hiera('gearman_port')
}
}