Skip to content

Commit

Permalink
Merge pull request #147 from ericsysmin/patch-1
Browse files Browse the repository at this point in the history
Allow agent_serveractive value to be blank
  • Loading branch information
dj-wasabi committed Jan 21, 2016
2 parents af0ea26 + 0f98f5d commit d6290d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
$agent_listenport = '10050'
$agent_listenip = undef
$agent_startagents = '3'
$agent_serveractive = '127.0.0.1'
$agent_serveractive = undef
$agent_hostname = undef
$agent_hostnameitem = 'system.hostname'
$agent_hostmetadata = undef
Expand Down

0 comments on commit d6290d3

Please sign in to comment.