Fix puppet-lint issue

It looks like our puppet-lint version changed and now the server.pp file
is failing. This commit updates that so it passes puppet-lint and
enables us to land changes again.

Change-Id: Ie71e4217852bddae0e1a5235c0182ed97de73454
This commit is contained in:
Matthew Treinish 2017-04-03 15:35:08 -04:00
parent ad313e76b7
commit a686b0f0bd
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 1 deletions

View File

@ -15,11 +15,11 @@
# == Class: mosquitto
#
class mosquitto::server (
$infra_service_password,
$pid_file = '/var/run/mosquitto.pid',
$log_file = '/var/log/mosquitto/mosquitto.log',
$persistence_location = '/var/lib/mosquitto/',
$infra_service_username = 'infra',
$infra_service_password,
$websocket_port = 80,
$enable_tls = false,
$websocket_tls_port = 8080,