<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_couchdb/manifests, branch master</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>Bug: remove shared couchdb design docs</title>
<updated>2017-09-08T12:38:01+00:00</updated>
<author>
<name>kwadronaut</name>
<email>kwadronaut@leap.se</email>
</author>
<published>2017-07-27T07:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=aaf1cbe103d17820feffa09c8dcb6e1fef12e236'/>
<id>aaf1cbe103d17820feffa09c8dcb6e1fef12e236</id>
<content type='text'>
Soledad is now taking care of the design of said database.
Closes #8428
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Soledad is now taking care of the design of said database.
Closes #8428
</pre>
</div>
</content>
</entry>
<entry>
<title>Couchdb service should not require on soledad</title>
<updated>2016-12-31T20:18:03+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-12-30T17:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c1f23241deb1f94eb35e6ef21e623d804fa2770e'/>
<id>c1f23241deb1f94eb35e6ef21e623d804fa2770e</id>
<content type='text'>
- Resolves: #8693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #8693
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: couchdb nodes should not require soledad. closes #8693</title>
<updated>2016-12-20T18:12:39+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-12-20T18:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=866af737a3e641008c05a210d04a4dc5e5bcfbc4'/>
<id>866af737a3e641008c05a210d04a4dc5e5bcfbc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup couch for soledad before starting soledad</title>
<updated>2016-10-18T19:31:32+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-10-12T16:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=0b279d8a66293bdf5fe20a77b557055a95a66a46'/>
<id>0b279d8a66293bdf5fe20a77b557055a95a66a46</id>
<content type='text'>
When the soledad couch user is not present, soledad-server
refuses to start, so we need to ensure that couch is setup correctly
before starting soledad-server.

see https://leap.se/code/issues/8535
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the soledad couch user is not present, soledad-server
refuses to start, so we need to ensure that couch is setup correctly
before starting soledad-server.

see https://leap.se/code/issues/8535
</pre>
</div>
</content>
</entry>
<entry>
<title>Lint site_couchdb::setup</title>
<updated>2016-10-18T19:31:32+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-10-12T14:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=73ca4fe4b3bad52b1d4c6c950d06b16e2db014ae'/>
<id>73ca4fe4b3bad52b1d4c6c950d06b16e2db014ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix couchdb's backupninja</title>
<updated>2016-07-22T04:10:54+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-07-22T04:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=26537fa81d6f97c6643fa41e5bfc5b8d0151049e'/>
<id>26537fa81d6f97c6643fa41e5bfc5b8d0151049e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Notify Exec[shorewall_check] not Service[shorew..]</title>
<updated>2016-07-13T08:46:05+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-06-13T18:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=f3f78ebaf5f3fd3233bc35596fefb51f6e5ed9d9'/>
<id>f3f78ebaf5f3fd3233bc35596fefb51f6e5ed9d9</id>
<content type='text'>
Latest shorewall module does `shorewall check` (executed
by `Exec[shorewall_check]`) so every related resource change
must notify this Exec instead of `Service[shorewall]` as before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Latest shorewall module does `shorewall check` (executed
by `Exec[shorewall_check]`) so every related resource change
must notify this Exec instead of `Service[shorewall]` as before.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bigcouch (#8056)</title>
<updated>2016-06-30T13:41:19+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-06-28T17:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d0ff379fe2a43d7968b8828c8b31af5254f6f85b'/>
<id>d0ff379fe2a43d7968b8828c8b31af5254f6f85b</id>
<content type='text'>
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] more manual linting for custom manifests</title>
<updated>2016-04-18T16:28:29+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-04-18T16:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=8370875d608ebddae09fcd05741bb77e0e31c122'/>
<id>8370875d608ebddae09fcd05741bb77e0e31c122</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] lint some custom manifests</title>
<updated>2016-04-18T16:19:44+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-04-18T16:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=22b788920defdd42b4abda144afd8ca69d0a9d37'/>
<id>22b788920defdd42b4abda144afd8ca69d0a9d37</id>
<content type='text'>
I used `puppet-lint -f FILE` to fix most issues, while
finishing with manual intervention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I used `puppet-lint -f FILE` to fix most issues, while
finishing with manual intervention.
</pre>
</div>
</content>
</entry>
</feed>
