<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_apache, branch citest_jessie</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>fix tor-related jessie deprecation problems (#7962)</title>
<updated>2016-03-11T20:55:20+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-03-11T17:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=ee6cad0750e853b3ac210d17b79471772bfae2a5'/>
<id>ee6cad0750e853b3ac210d17b79471772bfae2a5</id>
<content type='text'>
Change-Id: If493b8a1f06a786df36a28aa1fc592e270eba639
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If493b8a1f06a786df36a28aa1fc592e270eba639
</pre>
</div>
</content>
</entry>
<entry>
<title>remove couchdb_pwhash_alg leftover</title>
<updated>2016-02-25T14:59:55+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-02-25T14:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=a33a7d634ab33f46814bd154882f3b1c9b3b3978'/>
<id>a33a7d634ab33f46814bd154882f3b1c9b3b3978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Use guess_apache_version in apache templates</title>
<updated>2015-12-12T22:55:00+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-12-12T22:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=26ece7a240fe842e5645a47bac86699c5d2bd34c'/>
<id>26ece7a240fe842e5645a47bac86699c5d2bd34c</id>
<content type='text'>
The apache_version() fact only works if apache is
already installed. So we use the guess_apache_version()
function from the apache module to determine which apache
version is to be installed.

- Resolves: #7681
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The apache_version() fact only works if apache is
already installed. So we use the guess_apache_version()
function from the apache module to determine which apache
version is to be installed.

- Resolves: #7681
</pre>
</div>
</content>
</entry>
<entry>
<title>[deprec] use @ in front of erb template tags</title>
<updated>2015-11-17T22:11:20+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-11-09T09:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d3501d3e81a4a31248829a59ae68a15da4034bf8'/>
<id>d3501d3e81a4a31248829a59ae68a15da4034bf8</id>
<content type='text'>
Puppet 3 shows now deprecation warnings if the "@" is missing.
see https://docs.puppetlabs.com/puppet/latest/reference/lang_template_erb.html#non-printing-tags#[bug|feat|docs|style|refactor|test|pkg|i18n]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Puppet 3 shows now deprecation warnings if the "@" is missing.
see https://docs.puppetlabs.com/puppet/latest/reference/lang_template_erb.html#non-printing-tags#[bug|feat|docs|style|refactor|test|pkg|i18n]
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use $lsbdistcodename to query apache version</title>
<updated>2015-11-17T19:00:50+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-11-16T12:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=5e78892e07d94d3d3da8d97fef9d67a15297070d'/>
<id>5e78892e07d94d3d3da8d97fef9d67a15297070d</id>
<content type='text'>
Using $::apache_version won't work because the facts are
evaluated before compiling the catalog and with this, before
the installation of apache. so on an install from scratch, this
fact won't contain anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using $::apache_version won't work because the facts are
evaluated before compiling the catalog and with this, before
the installation of apache. so on an install from scratch, this
fact won't contain anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] [jessie] Allow apache to access webapp dir</title>
<updated>2015-11-17T18:51:11+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-11-05T21:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=e433b14fa14837f9889e08cb662bf29498179237'/>
<id>e433b14fa14837f9889e08cb662bf29498179237</id>
<content type='text'>
- Resolves: #7580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7580
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] [jessie] Load needed modules for apache 2.4</title>
<updated>2015-11-17T18:51:11+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-11-05T20:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=20dd8f27004a5dac0ad68113f4b8038cb34bc791'/>
<id>20dd8f27004a5dac0ad68113f4b8038cb34bc791</id>
<content type='text'>
- Related: #6920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #6920
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Query erb variables like puppet 3 needs it</title>
<updated>2015-11-17T18:51:11+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-11-03T18:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=40455b8d66d2680debfa408de63533e80baee259'/>
<id>40455b8d66d2680debfa408de63533e80baee259</id>
<content type='text'>
- Related: #6920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #6920
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide tor hidden service configuration for static sites (#7546)</title>
<updated>2015-10-20T21:17:39+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2015-10-20T21:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=1ade690d20618ca5adb0c4a1647b36200197fd26'/>
<id>1ade690d20618ca5adb0c4a1647b36200197fd26</id>
<content type='text'>
Without this configuration, a very basic, and non-functional virtualhost
is created, making the hidden service not work

Change-Id: Ibe87c6acf5c21cff2388247c4ba320a5b6af7933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this configuration, a very basic, and non-functional virtualhost
is created, making the hidden service not work

Change-Id: Ibe87c6acf5c21cff2388247c4ba320a5b6af7933
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect to webapp_domain instead of domain</title>
<updated>2015-10-19T18:07:30+00:00</updated>
<author>
<name>guido</name>
<email>guido@dis.tur.bio</email>
</author>
<published>2015-10-19T18:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9b18f7880aad97320cd5d118c31f04a0afc7c542'/>
<id>9b18f7880aad97320cd5d118c31f04a0afc7c542</id>
<content type='text'>
This is needed for webapp when running on a subdomain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed for webapp when running on a subdomain.
</pre>
</div>
</content>
</entry>
</feed>
