From 3f8d88612b5c34a339a420796fa17c4143bacb4f Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 24 Nov 2023 19:32:23 +0100 Subject: [PATCH] updated gobackup state --- states/gobackup/config.sls | 9 --------- 1 file changed, 9 deletions(-) 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