<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_webapp, branch 0.5.3</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>Fixes: #5952 Webapp now logs to it's own file instead of syslog and user.log</title>
<updated>2014-08-05T16:23:15+00:00</updated>
<author>
<name>guido</name>
<email>guido@bruo.org</email>
</author>
<published>2014-08-05T15:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=66e36fc3e1c4b3482876f445372e4bc9a62c8f1f'/>
<id>66e36fc3e1c4b3482876f445372e4bc9a62c8f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move haproxy-template to modules/site_haproxy</title>
<updated>2014-05-24T11:12:17+00:00</updated>
<author>
<name>Christoph</name>
<email>chris@inferno.nadir.org</email>
</author>
<published>2014-05-24T11:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=27f0d5731593e3a305dbfb315804294960ad204e'/>
<id>27f0d5731593e3a305dbfb315804294960ad204e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove old classes</title>
<updated>2014-05-22T09:26:58+00:00</updated>
<author>
<name>Christoph</name>
<email>chris@inferno.nadir.org</email>
</author>
<published>2014-05-22T08:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=692359e1bb9e5101c3ba882e5b9d3de1c4c63716'/>
<id>692359e1bb9e5101c3ba882e5b9d3de1c4c63716</id>
<content type='text'>
site_mx::haproxy and site_webapp::haproxy only
included site_haproxy. They didn't do anything else.
So just include site_haproxy in manifests/init.pp and
remove the unused classes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
site_mx::haproxy and site_webapp::haproxy only
included site_haproxy. They didn't do anything else.
So just include site_haproxy in manifests/init.pp and
remove the unused classes
</pre>
</div>
</content>
</entry>
<entry>
<title>fix haproxy config if webapp and mx run on the same host</title>
<updated>2014-05-22T09:26:58+00:00</updated>
<author>
<name>Christoph</name>
<email>chris@inferno.nadir.org</email>
</author>
<published>2014-05-22T08:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=752f980d1cc45d4cd617675722feedc286739878'/>
<id>752f980d1cc45d4cd617675722feedc286739878</id>
<content type='text'>
the problem was, that both site_mx::haproxy and site_webapp::haproxy
declared the same resource.
I fixed it by moving that resource to site_haproxy.
Since that gets included by both classes, everything works like
a charm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the problem was, that both site_mx::haproxy and site_webapp::haproxy
declared the same resource.
I fixed it by moving that resource to site_haproxy.
Since that gets included by both classes, everything works like
a charm
</pre>
</div>
</content>
</entry>
<entry>
<title>revert accidental change to webapp config template</title>
<updated>2014-05-14T08:49:22+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-05-14T08:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=439b7c49d3de20f33ce0a61b42fedde3fc65f2eb'/>
<id>439b7c49d3de20f33ce0a61b42fedde3fc65f2eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use hash for provider service levels</title>
<updated>2014-05-14T08:39:10+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-05-14T08:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=f83d6e635448d5c96be18b4d926cc99ba879bd93'/>
<id>f83d6e635448d5c96be18b4d926cc99ba879bd93</id>
<content type='text'>
We want to access service levels by means of the id stored in the user record. With a hash we don't have to loop through all elements to find the one with a given id and still can use arbitrary strings and do not rely on the order of the array.

Also it's the format the webapp is expecting right now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to access service levels by means of the id stored in the user record. With a hash we don't have to loop through all elements to find the one with a given id and still can use arbitrary strings and do not rely on the order of the array.

Also it's the format the webapp is expecting right now.
</pre>
</div>
</content>
</entry>
<entry>
<title>require json so we can use it to dumpt the service levels</title>
<updated>2014-04-29T12:27:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-04-29T12:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=de4b44f723f71aac8cab1b7480c79de0b6c24bcf'/>
<id>de4b44f723f71aac8cab1b7480c79de0b6c24bcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bring service_levels into webapp config - #5527</title>
<updated>2014-04-24T19:03:21+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-04-18T10:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=b9369292cb19f97aafaaaac9f89bf2374487936b'/>
<id>b9369292cb19f97aafaaaac9f89bf2374487936b</id>
<content type='text'>
including the default_service_level
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
including the default_service_level
</pre>
</div>
</content>
</entry>
<entry>
<title>check syslog for webapp errors</title>
<updated>2014-02-27T17:12:15+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2014-02-26T13:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=5b15447055de66f30bc7f036a588dec4638b9a7d'/>
<id>5b15447055de66f30bc7f036a588dec4638b9a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move leap_webapp.conf template to common.conf which is included by the nagios and webapp node (#5096)</title>
<updated>2014-02-10T17:40:08+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2014-02-06T14:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=6255e58bf9ff3489bf2707bc2be9759ec5c7db68'/>
<id>6255e58bf9ff3489bf2707bc2be9759ec5c7db68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
