From 1ecdfa1f66bcf75f6869994c668ed62629e0b335 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sun, 14 Jul 2019 22:43:01 -0500 Subject: [PATCH] readme: Remove no longer needed caveat --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 402c673..2d220b5 100644 --- a/README.md +++ b/README.md @@ -102,13 +102,7 @@ Same goes for freeswitch. FIXES?? - After install and reboot, considering add the user rhizomatica to the sudo group: `usermod -aG sudo rhizomatica` - After install, you do not really need the puppet master service running, so -consider disabling it. - -- There is one persistant error from puppet, but it doesn't seem to affect us: -``` -Error: /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/9.6/main/pg_hba.conf]/Concat_file[/etc/postgresql/9.6/main/pg_hba.conf]: Failed to generate additional resources using 'eval_generate': comparison of Array with Array failed -``` - +consider disabling it. ----------