Skip to content

Commit

Permalink
test(locale.system): check dbus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Oct 14, 2020
1 parent c8e0e54 commit 3e6906c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/salt/pillar/default.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ locale:
present:
- "en_US.UTF-8 UTF-8"
- "de_DE.UTF-8 UTF-8"
default:
# Note: On debian systems don't write the second 'UTF-8' here or you will
# experience salt problems like: LookupError: unknown encoding: utf_8_utf_8
# Restart the minion after you corrected this!
name: 'en_US.UTF-8'
requires: 'en_US.UTF-8 UTF-8'

0 comments on commit 3e6906c

Please sign in to comment.