Skip to content

Commit

Permalink
#2935: params.pp, fix 'listen_port' + 'members'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Apr 30, 2018
1 parent 0103395 commit a23a6cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
$type = ''
$vhost = ''
$host_port = ''
$listen_port = ''
$members = ['']
$listen_port = undef
$members = ''
$proxy = 'localhost'
$self_signed = true
$cert_path = '/etc/puppetlabs/puppet/ssl/certs'
Expand Down

0 comments on commit a23a6cb

Please sign in to comment.