Commit b31154545e7e0cea423e275eb852f6ebda0e3f5f
1 parent
e47dec59
Exists in
master
and in
39 other branches
Setting language and lang
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
puppet/hieradata/common.yaml
1 | 1 | --- |
2 | -locale::locales: pt_BR pt_BR.UTF-8 en_US en_US.UTF-8 | |
2 | +locale::locales: pt_BR.UTF-8 en_US.UTF-8 | |
3 | +locale::lang: pt_BR.UTF-8 | |
4 | +locale::language: pt_BR | |
3 | 5 | |
4 | 6 | timezone::timezone: America/Sao_Paulo |
5 | 7 | |
... | ... | @@ -7,4 +9,4 @@ postfix::admin_email: test@test.test |
7 | 9 | |
8 | 10 | nginx::worker_processes: 8 |
9 | 11 | nginx::error_log: '/var/log/nginx/error.log' |
10 | -nginx::access_log: '/var/log/nginx/access.log' | |
11 | 12 | \ No newline at end of file |
13 | +nginx::access_log: '/var/log/nginx/access.log' | ... | ... |