Skip to content

Commit

Permalink
Merge pull request #25 from myii/fix/replace-gid_from_name
Browse files Browse the repository at this point in the history
fix(init): replace `gid_from_name` (deprecated in `develop`)
  • Loading branch information
myii authored Aug 24, 2019
2 parents 5a2cbee + 1114812 commit 0766313
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 @@ -70,7 +70,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 0766313

Please sign in to comment.