diff --git a/states/gobackup/config.sls b/states/gobackup/config.sls index 03b587f..7752cc1 100644 --- a/states/gobackup/config.sls +++ b/states/gobackup/config.sls @@ -9,12 +9,3 @@ gobackup-config-file: - name: {{ gobackup.config_dir }}/gobackup.yml - source: salt://gobackup/templates/gobackup.yml.j2 - template: jinja - -gobackup-task-schedule: - schedule.absent: - - name: gobackup-task-schedule - - function: cmd.run - - job_args: - - gobackup perform - - cron: '{{ gobackup.schedule }}' - - run_on_start: false