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:
parent
ad313e76b7
commit
a686b0f0bd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user