Fix puppet-lint job

Lets make our puppet-lint job happy again.

Change-Id: I322ce8e191e2e7f84f2cf3fc45f36373ccca2e9e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-02 09:41:38 -04:00
parent bc4cedf49a
commit eee272ee67
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 2 additions and 2 deletions

View File

@ -17,15 +17,15 @@
class germqtt::server (
$gerrit_username,
$gerrit_hostname = 'review.openstack.org',
$gerrit_public_key,
$gerrit_private_key,
$mqtt_password,
$gerrit_hostname = 'review.openstack.org',
$gerrit_ssh_host_key = undef,
$mqtt_hostname = 'firehose01.openstack.org',
$topic = 'gerrit',
$pid_file = '/var/run/germqtt.pid',
$mqtt_username = 'infra',
$mqtt_password,
) {
file { '/etc/germqtt.conf':
ensure => present,