Skip to content

Commit

Permalink
fix(init): replace gid_from_name (deprecated in develop)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Aug 24, 2019
1 parent b6ce154 commit 17fdaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ influxdb_user:
- fullname: {{ influxdb_settings.fullname }}
- shell: {{ influxdb_settings.shell }}
- home: {{ influxdb_settings.home }}
- gid_from_name: True
- gid: {{ influxdb_settings.system_user }}
- require:
- group: influxdb_group
Expand Down

0 comments on commit 17fdaf6

Please sign in to comment.