<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/stunnel, branch gitsubrepo</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>git subrepo clone --force https://leap.se/git/puppet_stunnel puppet/modules/stunnel</title>
<updated>2016-06-14T19:19:31+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-06-14T19:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=31f27c8ca0117e7ccb75aa3e6919b3467627a93c'/>
<id>31f27c8ca0117e7ccb75aa3e6919b3467627a93c</id>
<content type='text'>
subrepo:
  subdir:   "puppet/modules/stunnel"
  merged:   "523612f"
upstream:
  origin:   "https://leap.se/git/puppet_stunnel"
  branch:   "master"
  commit:   "523612f"
git-subrepo:
  version:  "0.3.0"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "cb2995b"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subrepo:
  subdir:   "puppet/modules/stunnel"
  merged:   "523612f"
upstream:
  origin:   "https://leap.se/git/puppet_stunnel"
  branch:   "master"
  commit:   "523612f"
git-subrepo:
  version:  "0.3.0"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "cb2995b"
</pre>
</div>
</content>
</entry>
<entry>
<title>git subrepo clone https://leap.se/git/puppet_stunnel puppet/modules/stunnel</title>
<updated>2016-06-14T10:05:18+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-06-09T15:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d2c8498b41bebc6a06216515b3cf75564b8fb61a'/>
<id>d2c8498b41bebc6a06216515b3cf75564b8fb61a</id>
<content type='text'>
subrepo:
  subdir:   "puppet/modules/stunnel"
  merged:   "008777b"
upstream:
  origin:   "https://leap.se/git/puppet_stunnel"
  branch:   "master"
  commit:   "008777b"
git-subrepo:
  version:  "0.3.0"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "cb2995b"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subrepo:
  subdir:   "puppet/modules/stunnel"
  merged:   "008777b"
upstream:
  origin:   "https://leap.se/git/puppet_stunnel"
  branch:   "master"
  commit:   "008777b"
git-subrepo:
  version:  "0.3.0"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "cb2995b"
</pre>
</div>
</content>
</entry>
<entry>
<title>remove all git submodules, to replace them with subtrees</title>
<updated>2016-06-14T10:05:18+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-05-23T14:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c1e590b87141c8f1c71625a0317475c42043afbd'/>
<id>c1e590b87141c8f1c71625a0317475c42043afbd</id>
<content type='text'>
Change-Id: I1d3c6b85f317f1dcc60d2a476c707265238e0198
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1d3c6b85f317f1dcc60d2a476c707265238e0198
</pre>
</div>
</content>
</entry>
<entry>
<title>refresh_stunnel sometimes doesn't run (#8168).</title>
<updated>2016-06-07T19:28:06+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-06-07T19:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c0cbf928c057d299f533a2a8b61bb54cc6ba5974'/>
<id>c0cbf928c057d299f533a2a8b61bb54cc6ba5974</id>
<content type='text'>
It turns out that in some corner-cases, the script is not called:

 (1) start the deploy, create files in /var/lib/puppet/stunnel4/config
 (2) halt puppet before apply finishes
 (3) re-run deploy

in this scenario, next time you run deploy, refresh_stunnel will never
get called to populate /etc/stunnel, because the files in
/var/lib/puppet/stunnel4/config haven't changed.

This problem can be really confusing when it happens.

To fix this, we just run refresh_stunnel every, it is pretty fast and
the script has more complete logic for what to do than puppet, which has
only an asymmetrical view on the situation.

Change-Id: I9e5fad1d081c2fe07f3ac8f07cfb87d86b88f7c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that in some corner-cases, the script is not called:

 (1) start the deploy, create files in /var/lib/puppet/stunnel4/config
 (2) halt puppet before apply finishes
 (3) re-run deploy

in this scenario, next time you run deploy, refresh_stunnel will never
get called to populate /etc/stunnel, because the files in
/var/lib/puppet/stunnel4/config haven't changed.

This problem can be really confusing when it happens.

To fix this, we just run refresh_stunnel every, it is pretty fast and
the script has more complete logic for what to do than puppet, which has
only an asymmetrical view on the situation.

Change-Id: I9e5fad1d081c2fe07f3ac8f07cfb87d86b88f7c9
</pre>
</div>
</content>
</entry>
<entry>
<title>Update module stunnel</title>
<updated>2016-02-24T08:21:29+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-02-24T08:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=e3f2f2f10a8dfc054ed752209d160c59f5efd6ac'/>
<id>e3f2f2f10a8dfc054ed752209d160c59f5efd6ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add dependency on the stunnel service so refresh_stunnel is not run until the service has been started (#6495)</title>
<updated>2014-12-09T21:49:04+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-12-09T21:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=3c62d05813568dc389ce54754c1f4f055c899fdc'/>
<id>3c62d05813568dc389ce54754c1f4f055c899fdc</id>
<content type='text'>
Change-Id: Id48fedb5731117b68b7386c4ce22516333d94081
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id48fedb5731117b68b7386c4ce22516333d94081
</pre>
</div>
</content>
</entry>
<entry>
<title>fix stunnel module so that code was not removed accidentally</title>
<updated>2013-09-17T20:05:46+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-09-17T20:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=5d253f32696851771f0d95c2de1fec081657f8a4'/>
<id>5d253f32696851771f0d95c2de1fec081657f8a4</id>
<content type='text'>
Change-Id: Ia236eb5b7609d9f96970230fce4d0051d832e3cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia236eb5b7609d9f96970230fce4d0051d832e3cb
</pre>
</div>
</content>
</entry>
<entry>
<title>update stunnel submodule commit id to correct one for new repository</title>
<updated>2013-09-17T16:07:45+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-09-17T16:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c5d4a716ffc8bad1a0a634438245eb02452ed43d'/>
<id>c5d4a716ffc8bad1a0a634438245eb02452ed43d</id>
<content type='text'>
Change-Id: I33292b9eb2a5553ac296857c99fdaf350ed52542
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I33292b9eb2a5553ac296857c99fdaf350ed52542
</pre>
</div>
</content>
</entry>
<entry>
<title>updated submodule stunnel - include stunnel in stunnel::service (https://leap.se/code/issues/3861)</title>
<updated>2013-09-17T15:24:45+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-09-17T15:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d9fc65006a65d7fe7e5799079ce3e1d0baeade8c'/>
<id>d9fc65006a65d7fe7e5799079ce3e1d0baeade8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include site_mx</title>
<updated>2013-07-25T17:45:11+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-03-07T14:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=230ca974a555f0391a6d1d5455d5f779c7b79828'/>
<id>230ca974a555f0391a6d1d5455d5f779c7b79828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
