From 3a5a235a975ae25ced89b60c247b6d1d20174e8b Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 25 Jun 2014 18:07:28 -0700 Subject: update couchdb submodule --- puppet/modules/couchdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/modules/couchdb/files/Debian') diff --git a/puppet/modules/couchdb b/puppet/modules/couchdb index c8f5443e..8bc5ed43 160000 --- a/puppet/modules/couchdb +++ b/puppet/modules/couchdb @@ -1 +1 @@ -Subproject commit c8f5443e0998d3d3d43505ff5a6fdf8c438d6c24 +Subproject commit 8bc5ed434c124457b7467140152602c67a9547c5 -- cgit v1.2.3 From 3e8721d4c4e0ad8ea0daae3c35c79f7130afda6e Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 14 Jul 2014 19:50:26 +0200 Subject: update couchdb puppet module --- puppet/modules/couchdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/modules/couchdb/files/Debian') diff --git a/puppet/modules/couchdb b/puppet/modules/couchdb index 8bc5ed43..f01b3586 160000 --- a/puppet/modules/couchdb +++ b/puppet/modules/couchdb @@ -1 +1 @@ -Subproject commit 8bc5ed434c124457b7467140152602c67a9547c5 +Subproject commit f01b3586215bdc10f0067fa0f6d940be8e88bcea -- cgit v1.2.3 From 18f5d6ea49446f214cbb764ea223f427aafd641e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 2 Nov 2014 21:47:36 -0500 Subject: change ordering hints to use refresh_stunnel exec instead of service (#6287) In a multi-node couch deployment, it was observed that the Service['stunnel'] would be activated, and then later a stunnel::client was created which would trigger an Exec['refresh_stunnel']. Because of this, and the ordering hints that were in place, the service would get started, and then the couchdb databases, users, designs, etc. were being put into place and then a stunnel client was created, triggering the refresh_stunnel exec, which would cause an interruption in the connectivity and result in failures. This change replaces the Service['stunnel'] hint with the the Exec['refresh_stunnel'] to make sure that the stunnels are fully setup before attempting couch operations. Change-Id: I33ddd24884b3c23a1df5555ca53ca65cd703da50 --- puppet/modules/couchdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/modules/couchdb/files/Debian') diff --git a/puppet/modules/couchdb b/puppet/modules/couchdb index f01b3586..4c0d5673 160000 --- a/puppet/modules/couchdb +++ b/puppet/modules/couchdb @@ -1 +1 @@ -Subproject commit f01b3586215bdc10f0067fa0f6d940be8e88bcea +Subproject commit 4c0d5673df02fe42e1bbadfee7d4ea1ca1f88e98 -- cgit v1.2.3