Browse Source

influxdb: Use user instead of owner

Philipp Fromme 1 year ago
parent
commit
8d9174fd3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      influxdb/init.sls

+ 1 - 1
influxdb/init.sls

@@ -39,7 +39,7 @@ influxdb:
   file.managed:
     - source: salt://influxdb/backup.sh
     - mode: 700
-    - owner: influxdb
+    - user: influxdb
 
 /etc/cron.d/backup-influx:
   file.managed: