Skip to content

Commit 1f859a4

Browse files
committed
Fixed bug in monitoring_solarwinds where config value for name property wasn't being honored
1 parent d042528 commit 1f859a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plans/monitoring_solarwinds.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@
113113
return run_task('patching::monitoring_solarwinds', $monitoring_target,
114114
targets => $target_names,
115115
action => $action,
116-
name_property => $monitoring_name_property)
116+
name_property => $_monitoring_name_property)
117117
}
118118
}

0 commit comments

Comments
 (0)