From 17f37750e528fc6192fe9d1f8bc40129fbdc91f6 Mon Sep 17 00:00:00 2001 From: Wes Date: Tue, 23 Jul 2024 16:46:18 +0000 Subject: [PATCH] Remove onchanges condition --- salt/elasticsearch/config.sls | 2 -- 1 file changed, 2 deletions(-) diff --git a/salt/elasticsearch/config.sls b/salt/elasticsearch/config.sls index 4253b1d00..a3dd189ad 100644 --- a/salt/elasticsearch/config.sls +++ b/salt/elasticsearch/config.sls @@ -122,8 +122,6 @@ esingestconf: so-fleet-final-pipeline-remove: file.absent: - name: /opt/so/conf/elasticsearch/ingest/.fleet_final_pipeline-1 - - onchanges: - - file: esingestconf # Auto-generate Elasticsearch ingest node pipelines from pillar {% for pipeline, config in ELASTICSEARCHMERGED.pipelines.items() %}