<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_config/manifests, branch master</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>Lint: site_config/manifests/setup.pp</title>
<updated>2017-09-28T12:45:39+00:00</updated>
<author>
<name>Varac</name>
<email>varac@leap.se</email>
</author>
<published>2017-09-28T12:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=0a4a99a0b289402cf527702b91b287e9c6a3cc7c'/>
<id>0a4a99a0b289402cf527702b91b287e9c6a3cc7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: fix vpn network problem caused by vagrant fact</title>
<updated>2017-09-06T01:24:31+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2017-09-06T01:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=6482a4ccb3d72773cc6d00d5fa7933fa83c4cafe'/>
<id>6482a4ccb3d72773cc6d00d5fa7933fa83c4cafe</id>
<content type='text'>
Boolean facts must be escaped with str2bool. This commit includes
new tests to catch VPN problems like this in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Boolean facts must be escaped with str2bool. This commit includes
new tests to catch VPN problems like this in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>[vagrant] Don't block eth0 if eth1 is configured</title>
<updated>2017-05-23T12:19:56+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-05-23T11:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=40f7b49003594a1be8c0540a92292d7cfb63eb61'/>
<id>40f7b49003594a1be8c0540a92292d7cfb63eb61</id>
<content type='text'>
Eth0 is vagrant's main interface to access the box
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eth0 is vagrant's main interface to access the box
</pre>
</div>
</content>
</entry>
<entry>
<title>Include site_config::vagrant on vagrant nodes</title>
<updated>2017-05-23T12:19:56+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-05-23T11:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d2824a6bc1178c6c2ce4923faacfde8e05f8389a'/>
<id>d2824a6bc1178c6c2ce4923faacfde8e05f8389a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vagrant] Lint vagrant.pp</title>
<updated>2017-05-23T12:19:55+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-05-23T11:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=0dec9e7305001353beca3b32e180bc9e707ce8b9'/>
<id>0dec9e7305001353beca3b32e180bc9e707ce8b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vagrant] Use eth1 on vagrant if present</title>
<updated>2017-05-23T09:35:13+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-05-21T21:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=61252fe74c8ec3668af551fb0b0b91f1bfa4705a'/>
<id>61252fe74c8ec3668af551fb0b0b91f1bfa4705a</id>
<content type='text'>
Virtualbox adds eth1 as second interface when private networking
is enabled.

- Related: #7769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Virtualbox adds eth1 as second interface when private networking
is enabled.

- Related: #7769
</pre>
</div>
</content>
</entry>
<entry>
<title>[8144] Remove Haproxy</title>
<updated>2017-03-15T18:22:50+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-02-23T10:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=cce9af1fce42c29bf062cccfc46ef356d83a6328'/>
<id>cce9af1fce42c29bf062cccfc46ef356d83a6328</id>
<content type='text'>
We used haproxy because we had multiple bigcouch nodes but now
with a single couchdb node this is not needed anymore.

- Resolves: #8144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used haproxy because we had multiple bigcouch nodes but now
with a single couchdb node this is not needed anymore.

- Resolves: #8144
</pre>
</div>
</content>
</entry>
<entry>
<title>no build_essential packages for wheeyz anymore</title>
<updated>2017-02-23T09:56:21+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-04-18T13:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=e982bbf4d35529e59fbff386284d5478c7f5eb66'/>
<id>e982bbf4d35529e59fbff386284d5478c7f5eb66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] dont use backports for rsyslog anymore</title>
<updated>2017-02-23T09:56:21+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-04-18T13:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=8b8ddde128d949f041f62dcf26ac65bfcf4b0875'/>
<id>8b8ddde128d949f041f62dcf26ac65bfcf4b0875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] dont use backports for passenger anymore</title>
<updated>2017-02-23T09:56:21+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-04-18T13:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=0255d8a42fc2c37cfaa660a43936ae546b6178ef'/>
<id>0255d8a42fc2c37cfaa660a43936ae546b6178ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
