Skip to content

Commit 1114812

Browse files
committed
fix(init): replace gid_from_name (deprecated in develop)
* Need to merge before #24 since it prevents testing on `develop` * Solution based upon: - saltstack-formulas/vault-formula#35 - saltstack-formulas/users-formula#204
1 parent 5a2cbee commit 1114812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ influxdb_user:
7070
- fullname: {{ influxdb_settings.fullname }}
7171
- shell: {{ influxdb_settings.shell }}
7272
- home: {{ influxdb_settings.home }}
73-
- gid_from_name: True
73+
- gid: {{ influxdb_settings.system_user }}
7474
- require:
7575
- group: influxdb_group
7676

0 commit comments

Comments
 (0)