Skip to content

Commit

Permalink
fix #468 Default of parameter import of icinga2::object::eventcommand…
Browse files Browse the repository at this point in the history
… is outdated
  • Loading branch information
lbetz committed Sep 14, 2018
1 parent 7c47f8b commit 8146406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/object/eventcommand.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#
# [*execute*]
# The "execute" script method takes care of executing the event handler.
# In virtually all cases you should import the "plugin-event-command" template to take care of this setting.
#
# [*command*]
# The command. This can either be an array of individual command arguments.
Expand Down Expand Up @@ -52,7 +51,7 @@
Optional[Variant[String, Hash]] $vars = undef,
Optional[Integer[1]] $timeout = undef,
Optional[Hash] $arguments = undef,
Array $import = ['plugin-event-command'],
Array $import = [],
Variant[String, Integer] $order = 20,
){

Expand Down

0 comments on commit 8146406

Please sign in to comment.