Merge "Fix defaults for gerritbot class parameters"

This commit is contained in:
Jenkins 2015-08-09 02:57:11 +00:00 committed by Gerrit Code Review
commit b14ccaf577
1 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
# == Class: gerritbot
#
class gerritbot(
$nick = '',
$password = '',
$server = '',
$user = '',
$vhost_name = '',
$nick,
$password,
$server,
$user,
$channel_file,
$vhost_name = $::fqdn,
$ssh_rsa_key_contents = '',
$ssh_rsa_pubkey_contents = '',
$channel_file = '',
) {
include pip