Skip to content

Commit afae1b6

Browse files
author
Stephen
committed
Fix the behaviour of the default value for report server
The default behaviour for the reportserver value should be $server not ''.
1 parent c475a94 commit afae1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/agent.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$ordering = undef,
5656
$trusted_node_data = undef,
5757
$listen = false,
58-
$reportserver = undef,
58+
$reportserver = '$server',
5959
) inherits puppet::params {
6060

6161
if ! defined(User[$::puppet::params::puppet_user]) {

0 commit comments

Comments
 (0)