From afe82281bbb0031b757a81bbca02d14fbc41914b Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Fri, 13 Nov 2015 10:23:19 +0300 Subject: [PATCH] [states/schedule] docstring: args, kwargs -> job_args, job_kwargs --- salt/states/schedule.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/states/schedule.py b/salt/states/schedule.py index 749f31a957..3f9d3f256e 100644 --- a/salt/states/schedule.py +++ b/salt/states/schedule.py @@ -59,9 +59,9 @@ Management of the Salt scheduler job1: schedule.present: - function: state.sls - - args: + - job_args: - httpd - - kwargs: + - job_kwargs: test: True - when: - Monday 5:00pm