Greg greg
  • Joined on 2018-11-05
greg deleted branch bugfix/enable_dirsrv from kosmos/chef 2020-05-15 15:24:54 +00:00
greg merged pull request kosmos/chef#164 2020-05-15 15:24:44 +00:00
Fix startup of the dirsrv@master Systemd unit on boot
greg merged pull request kosmos/chef#164 2020-05-15 15:24:44 +00:00
Fix startup of the dirsrv@master Systemd unit on boot
greg pushed to master at kosmos/chef 2020-05-15 15:24:44 +00:00
4475af9204 Merge branch 'bugfix/enable_dirsrv' of kosmos/chef into master
57f46c6c61 Merge branch 'master' into bugfix/enable_dirsrv
10f0460fd5 Fix startup of the dirsrv@master Systemd unit on boot
Compare 3 commits »
greg pushed to bugfix/enable_dirsrv at kosmos/chef 2020-05-15 15:24:19 +00:00
57f46c6c61 Merge branch 'master' into bugfix/enable_dirsrv
d900ca352c Merge branch 'bugfix/dirsrv_acis_really_fix' of kosmos/chef into master
b4209fa294 Fix the invalid ACIs on initial creation (for real)
Compare 3 commits »
greg deleted branch bugfix/dirsrv_acis_really_fix from kosmos/chef 2020-05-15 15:23:52 +00:00
greg pushed to bugfix/dirsrv_acis_really_fix at kosmos/chef 2020-05-15 15:23:09 +00:00
greg deleted branch bugfix/dirsrv_acis_really_fix from kosmos/chef 2020-05-15 15:22:17 +00:00
greg merged pull request kosmos/chef#165 2020-05-15 15:22:09 +00:00
Fix the invalid ACIs on initial creation (for real)
greg pushed to master at kosmos/chef 2020-05-15 15:22:09 +00:00
d900ca352c Merge branch 'bugfix/dirsrv_acis_really_fix' of kosmos/chef into master
b4209fa294 Fix the invalid ACIs on initial creation (for real)
Compare 2 commits »
greg merged pull request kosmos/chef#165 2020-05-15 15:22:09 +00:00
Fix the invalid ACIs on initial creation (for real)
greg created pull request kosmos/chef#165 2020-05-15 12:11:53 +00:00
Fix the invalid ACIs on initial creation (for real)
greg pushed to bugfix/dirsrv_acis_really_fix at kosmos/chef 2020-05-15 12:10:51 +00:00
b4209fa294 Fix the invalid ACIs on initial creation (for real)
greg created pull request kosmos/chef#164 2020-05-15 11:58:31 +00:00
Fix startup of the dirsrv@master Systemd unit on boot
greg pushed to bugfix/enable_dirsrv at kosmos/chef 2020-05-15 11:57:03 +00:00
10f0460fd5 Fix startup of the dirsrv@master Systemd unit on boot
greg pushed to master at kosmos/chef 2020-05-14 13:34:32 +00:00
bf60f9fca8 Add the Chef client public keys for andromeda and barnard
greg pushed to feature/160-postgres_replication at kosmos/chef 2020-05-14 13:10:06 +00:00
da278822f6 Use the new postgresql_primary role on andromeda
18973fe4f6 Remove the deleted tls property from the resources
fbf610a643 Merge branch 'master' into feature/160-postgres_replication
0aae86b545 Merge branch 'feature/turn_ip_config' of kosmos/chef into master
4448ec2173 Configure TURN properly
Compare 6 commits »
greg pushed to feature/160-postgres_replication at kosmos/chef 2020-05-14 11:16:43 +00:00
069090bf44 Remove TODOs
dd92d6cdb7 Remove deploying the root cert to clients from the README
Compare 2 commits »
greg commented on pull request kosmos/chef#163 2020-05-14 11:13:54 +00:00
Add recipe to set up PostgreSQL replication, rewrite kosmos-postgresql cookbook

I'm removing that line, this will be done as part of the Mastodon, ejabberd, gitea cookbooks. They wouldn't use a different port, but clients still need access for the specific database, user and IP (https://www.postgresql.org/docs/12/auth-pg-hba-conf.html)

greg commented on pull request kosmos/chef#163 2020-05-14 11:11:33 +00:00
Add recipe to set up PostgreSQL replication, rewrite kosmos-postgresql cookbook

I forgot to remove that part from the README, as we said in #160 that we don't care about verifying the root cert. It would be done in the cookbooks for software that connects to PostgreSQL (together with creating databases) and not in this cookbook