Skip to content

Commit 31264d5

Browse files
authored
Merge pull request #46 from EncoreTechnologies/hotfix/monitoring-name-property
Fixed bug in monitoring_solarwinds where config value for name proper…
2 parents d042528 + 1f859a4 commit 31264d5

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)