Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#6 from PLOS-Formulas/fixing-sal…
Browse files Browse the repository at this point in the history
…t-upgrade-fallout

Fixing unicode issues in plos groups
  • Loading branch information
heschlie authored May 6, 2019
2 parents ac990e8 + 59ef7a2 commit 4496d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sudoers/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ sudo:
- source: salt://sudoers/files/sudoers
- context:
included: False
ad_groups: {{ ad_groups }}
ad_groups: {{ ad_groups|tojson }}
- require:
- pkg: sudo

0 comments on commit 4496d0b

Please sign in to comment.