From 689a01423fea65468f4b592052c66bdf7eab37c7 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 29 Apr 2021 13:28:31 -0400 Subject: [PATCH] fix deps --- salt/salt/python3-influxdb.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/salt/python3-influxdb.sls b/salt/salt/python3-influxdb.sls index 67fde3be2..3cad07144 100644 --- a/salt/salt/python3-influxdb.sls +++ b/salt/salt/python3-influxdb.sls @@ -23,7 +23,7 @@ influxdb_continuous_query.present_patch: - name: {{ SALT_STATE_CODE_PATH }}/influxdb_continuous_query.py - source: salt://salt/files/influxdb_continuous_query.py.patch - require: - - pkg: python3_influxdb + - {{PYTHONINSTALLER}}: python3_influxdb - pkg: patch_package #https://github.com/saltstack/salt/issues/59761 @@ -32,7 +32,7 @@ influxdb_retention_policy.present_patch: - name: {{ SALT_STATE_CODE_PATH }}/influxdb_retention_policy.py - source: salt://salt/files/influxdb_retention_policy.py.patch - require: - - pkg: python3_influxdb + - {{PYTHONINSTALLER}}: python3_influxdb - pkg: patch_package influxdbmod.py_shard_duration_patch: @@ -40,6 +40,6 @@ influxdbmod.py_shard_duration_patch: - name: {{ SALT_MODULE_CODE_PATH }}/influxdbmod.py - source: salt://salt/files/influxdbmod.py.patch - require: - - pkg: python3_influxdb + - {{PYTHONINSTALLER}}: python3_influxdb - pkg: patch_package - reload_modules: True \ No newline at end of file