17 Apr, 2015
1 commit
-
Signed-of-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
16 Apr, 2015
8 commits
-
`rake preconfig` must be the very first step in the deploy process
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
10 Apr, 2015
1 commit
06 Apr, 2015
1 commit
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
02 Apr, 2015
9 commits
-
Running the tests against a remote deployment will not work properly yet.
-
Leading and traling blank lines removed, "managed with chef" commend added.
-
With this, all tests pass locally. Without, some tests fail, in special: - most reverse proxy connections are denied by default. Fixed with `setsebool httpd_can_network_connect 1` - nginx could't connect to the mailman fcgiwrap socket - postfix couldn't run postfix-to-mailman-centos.py because it was previously under /etc - postfix-to-mailman.py couldn't write to the mailman data directories
01 Apr, 2015
3 commits
-
On SELinux-enabled systems there is a restriction on which ports you can actually bind to. 81 is allowed by the defautl configuration so let's go with that.
25 Mar, 2015
1 commit
-
This change was made in mm_cfg.py
23 Mar, 2015
1 commit
20 Mar, 2015
2 commits
-
Fix gitlab links This commit closes https://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab/issues/42
-
See more in https://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab/issues/42 Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duart@gmail.com>
19 Mar, 2015
3 commits
-
In 23a78, we forgot to run the tests with the new SSH config files, this commit fixes that. Note that it sets the SPB_ENV variable on calling tests/run_all in the Rakefile. Maybe we want to call that explicitly, if so, we should remove the Rakefile change. Signed-off-by: Carolina Ramalho <carol15022@hotmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
Chef::Provider::Execute does not honor user attribute for not_if. We need to pass the :user argument to not_if in order to achieve that. :user argument is not accepted in blocks, so we removed the block and passed the command as argument to not_if. See https://tickets.opscode.com/browse/CHEF-438 and https://github.com/tfheen/chef/commit/5a3733edaefc32ffe0a435ba493d76623038b6ba for references. Signed-off-by: Carolina Ramalho <carol15022@hotmail.com>
17 Mar, 2015
1 commit
16 Mar, 2015
1 commit
-
Some of the installed packages depend on EPEL (e.g. htop). In this sense, it is interesting to activate EPEL vefore trying to install those packages.
12 Mar, 2015
8 commits
-
This requires chake > 0.4.1 to work
-
Requires chake > 0.4