Skip to content

Commit 243bf69

Browse files
gotyaoitruthbk
authored andcommitted
Fixes additional_checksd not appearing in the agent6 config. (#515)
1 parent 0c2163d commit 243bf69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manifests/init.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@
678678
'log_file' => $agent6_log_file,
679679
'log_level' => $log_level,
680680
'tags' => unique(flatten(union($_local_tags, $_facts_tags))),
681+
'additional_checksd' => $additional_checksd,
681682
}
682683

683684
$agent_config = deep_merge($_agent_config, $extra_config)

0 commit comments

Comments
 (0)