6 lines
101 B
Puppet
6 lines
101 B
Puppet
node default {
|
|
class { 'configure_gerrit_plugin':
|
|
gerrit_host => hiera('gerrit_host')
|
|
}
|
|
}
|