Explorar el Código

influxdb: Use user instead of owner

Philipp Fromme hace 1 año
padre
commit
8d9174fd3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: