Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
ubuntu_base
Commits
e51d87ed
Commit
e51d87ed
authored
Aug 25, 2020
by
Stefan Galinski
🎮
Browse files
[BUGFIX] Add en_US by default for locales
parent
9ae7d0f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
attributes/default.rb
View file @
e51d87ed
default
[
'ubuntu_base'
][
'locales'
]
=
%w(en_GB.utf8 de_DE.utf8)
default
[
'ubuntu_base'
][
'locales'
]
=
%w(
en_US.UTF-8
en_GB.utf8 de_DE.utf8)
default
[
'ubuntu_base'
][
'timezone'
]
=
'Europe/Berlin'
default
[
'locales'
][
'locale_file'
]
=
'/etc/locale.gen'
default
[
'ubuntu_base'
][
'php_version'
]
=
'7.3'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment