
* Gearman plugin should be configured externally * It is needed for Nodepool integration Change-Id: Idcc7d8a84a6c9c23c9d741475415ad6a032bd3df
6 lines
136 B
Puppet
6 lines
136 B
Puppet
node default {
|
|
class { 'configure_gearman':
|
|
gearman_host => hiera('gearman_host'),
|
|
gearman_port => hiera('gearman_port')
|
|
}
|
|
} |