Commit 9a12a7cd1652d661d1da6707da27b438fe3fc37f
1 parent
21ecc46e
Hiera variables specific to SPB
Showing
1 changed file
with
3 additions
and
7 deletions
Show diff stats
puppet/hieradata/common.yaml
... | ... | @@ -5,7 +5,7 @@ locale::language: pt_BR |
5 | 5 | |
6 | 6 | timezone::timezone: America/Sao_Paulo |
7 | 7 | |
8 | -postfix::admin_email: test@test.test | |
8 | +postfix::admin_email: paulo@softwarelivre.org | |
9 | 9 | |
10 | 10 | postgresql::globals::version: '9.3' |
11 | 11 | postgresql::globals::manage_package_repo: 'true' |
... | ... | @@ -16,12 +16,8 @@ nginx::access_log: '/var/log/nginx/access.log' |
16 | 16 | |
17 | 17 | colab::mailman_archive_path: '/mnt/mailman/archives/' |
18 | 18 | colab::mailman_exclude_lists: |
19 | - - saberes-divulgacao | |
20 | - - pml | |
21 | 19 | - mailman |
22 | - - lexml-anuncions | |
23 | 20 | colab::hostnames: |
24 | - - colab.interlegis.leg.br | |
25 | - - colab.interlegis.gov.br | |
21 | + - beta.softwarepublico.gov.br | |
26 | 22 | - localhost |
27 | -colab::solr_project_path: '/home/colab/solr-4.6.1/colab' | |
23 | +colab::solr_project_path: '/var/lib/mailman/archives/private/' | ... | ... |