04 Feb, 2014
6 commits
-
Rename Library Fixes #24
-
Remove sql_ro helpers Fixes #25
03 Feb, 2014
12 commits
-
Redis Fixes
-
WIP Enable bootstrap feature and fix runit recipe
-
The vendored runit recipe of omnibus-chef-serfer includes one-time migration code for installations that have a `opscode-runsvdir` service. Due to unintelligent search-and-replace editing of yours truly, we not only kept migration code we do not need (because there exist no previous installations of omnibus-gitlab) but we were also triggering the cleanup on files/services that should not be cleaned up. This commit removes the migration code.
-
Repo https://github.com/opscode/omnibus-chef-server.git Path files/chef-server-cookbooks/chef-server/recipes/bootstrap.rb files/chef-server-cookbooks/chef-server/recipes/bootstrap_disable.rb Revision 6a11fd840045a7ae7961e5a37439371b7407f3e9
-
Git DRY
31 Jan, 2014
21 commits
-
Git User
-
Repo https://github.com/opscode/omnibus-chef-server.git Path files/chef-server-cookbooks/chef-server/recipes/users.rb Revision 6a11fd840045a7ae7961e5a37439371b7407f3e9
-
Redis
-
I trust Opscode that Postgres needs it but I see no need to complicate the supervision of Redis at this time.
-
There is no reason to make the redis listen_address configurable for now so let us remove it.
-
Based on the comments in redis.conf.
30 Jan, 2014
1 commit
-
Postgres