File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ defined by roles dependencies.
7474
7575The ``on_event `` callback provides 3 arguments, when it is called:
7676
77- - ``config ``, which is the configuration of the role;
77+ - ``config ``, which contains the configuration of the role;
7878
7979 - ``key ``, which reflects the trigger event:
80-
81- - ``config.apply `` if the callback was triggered by a configuration update;
80+ - ``config.apply `` if the callback was triggered by a configuration update;
8281 - ``box.status `` if it was triggered by the ``box.status `` system event.
82+
8383 - ``value ``, which shows and logs the information about the instance status as in the trigger ``box.status `` system event.
8484 If the callback is triggered by a configuration update, the ``value `` shows the information of the most recent ``box.status `` system event.
8585
You can’t perform that action at this time.
0 commit comments