From 6c9267256602ca51c53060a1d437201ab1573801 Mon Sep 17 00:00:00 2001 From: Wes Date: Mon, 18 Dec 2023 20:53:56 +0000 Subject: [PATCH] Remove Curator configuration and scripts --- salt/curator/disabled.sls | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/salt/curator/disabled.sls b/salt/curator/disabled.sls index 108e78676..af94beef7 100644 --- a/salt/curator/disabled.sls +++ b/salt/curator/disabled.sls @@ -27,6 +27,15 @@ so-curator-cluster-delete: cron.absent: - identifier: so-curator-cluster-delete +delete_curator_configuration: + file.absent: + - name: /opt/so/conf/curator + - recurse: True + +delete_curator_scripts: + file.absent: + - name: /usr/sbin/so-curator-* + {% else %} {{sls}}_state_not_allowed: