<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_config/templates, branch 0.5.0</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>include "127.0.1.1 @domain_public @api['domain']"  in /etc/hosts for nagios webapp log check</title>
<updated>2014-02-27T17:28:54+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2014-02-27T15:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=2887bbbac9f350c0912e3b2bf8fd643994eaee84'/>
<id>2887bbbac9f350c0912e3b2bf8fd643994eaee84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix initial firewall to allow outgoing lo traffic and outgoing port 443 (#3736)</title>
<updated>2013-09-05T02:46:56+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-09-05T02:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=f9ee40f2fca2396c1ef7d85a9c44b97fe834671a'/>
<id>f9ee40f2fca2396c1ef7d85a9c44b97fe834671a</id>
<content type='text'>
this allows nameserver queries to the local resolver to work and clones to the
leap https repository to work

Change-Id: I575d08405a0c28e12c8d201a8dbc79585a5a9a48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows nameserver queries to the local resolver to work and clones to the
leap https repository to work

Change-Id: I575d08405a0c28e12c8d201a8dbc79585a5a9a48
</pre>
</div>
</content>
</entry>
<entry>
<title>install a preliminary firewall that blocks everything, except ssh for the cases when shorewall doesn't properly come up, ensuring that it fails safe (#3339)</title>
<updated>2013-08-22T13:43:20+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-08-20T23:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=3cdebf3ebe73cb2859dc852dcc73a8ee2d60e976'/>
<id>3cdebf3ebe73cb2859dc852dcc73a8ee2d60e976</id>
<content type='text'>
Change-Id: Id4f0bf6cf25f420aa2ad67635b37ae95f54e3d38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id4f0bf6cf25f420aa2ad67635b37ae95f54e3d38
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure that /etc/hosts is output deterministically, so that content does not change each time you deploy.</title>
<updated>2013-07-11T04:45:51+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-07-11T04:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=0e7b47380edb2af6683a0cdc871eaa60a4101f5c'/>
<id>0e7b47380edb2af6683a0cdc871eaa60a4101f5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'Failed to call refresh: /usr/local/sbin/reload_dhclient returned 2 instead</title>
<updated>2013-06-30T23:35:32+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2013-06-30T23:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=1d91ef608855059dbb7938dbd59adf2f70220139'/>
<id>1d91ef608855059dbb7938dbd59adf2f70220139</id>
<content type='text'>
of one of [0]' by putting in the missing closing single quote.

Change-Id: I86feb5d06dd25e28ea67da0b5627e7be4174e01e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of one of [0]' by putting in the missing closing single quote.

Change-Id: I86feb5d06dd25e28ea67da0b5627e7be4174e01e
</pre>
</div>
</content>
</entry>
<entry>
<title>disable dhclient from modifying the /etc/resolv.conf file on openstack/amazon instances</title>
<updated>2013-06-19T17:41:23+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2013-06-19T17:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d9614163ed327fc17d27ac623dfd639ce00a43ce'/>
<id>d9614163ed327fc17d27ac623dfd639ce00a43ce</id>
<content type='text'>
The dhclient in these environments is quite aggressive and overwrites the
nameservers we've deliberately chosen to use with google's nameservers. This
commit attempts to fix that.

The dhclient methodology for altering these things is particularly
unpleasant. We effectively redefine the functions that mess with this file to be
noops in the /etc/dhcp/dhclient-enter-hooks.d directory and then we are forced
to restart dhclient by shipping a script that tries to determine the correct PID
and arguments that it was running as before killing and restarting it with the
same arguments.

See debian bugs #681698, #712796 for further discussion about how to make this
less difficult

Change-Id: I51cf40cf98eaddcefd8180e157b6e3ca824173f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dhclient in these environments is quite aggressive and overwrites the
nameservers we've deliberately chosen to use with google's nameservers. This
commit attempts to fix that.

The dhclient methodology for altering these things is particularly
unpleasant. We effectively redefine the functions that mess with this file to be
noops in the /etc/dhcp/dhclient-enter-hooks.d directory and then we are forced
to restart dhclient by shipping a script that tries to determine the correct PID
and arguments that it was running as before killing and restarting it with the
same arguments.

See debian bugs #681698, #712796 for further discussion about how to make this
less difficult

Change-Id: I51cf40cf98eaddcefd8180e157b6e3ca824173f0
</pre>
</div>
</content>
</entry>
<entry>
<title>/etc/hosts must not have commas!!</title>
<updated>2013-06-12T06:22:57+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-06-12T06:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=722ff7da46de4e656b3a110a65b9ccaa57f82898'/>
<id>722ff7da46de4e656b3a110a65b9ccaa57f82898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use hiera hashes for source data for /etc/hosts</title>
<updated>2013-06-11T23:33:03+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-06-11T23:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=95d0c71fa4017a7908ccda0adae8057e2115cc42'/>
<id>95d0c71fa4017a7908ccda0adae8057e2115cc42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>configure fqdn for host</title>
<updated>2013-01-20T14:26:26+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-01-20T14:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d7f7bad9b6d4a45aa06c74a1f630b38a534092e0'/>
<id>d7f7bad9b6d4a45aa06c74a1f630b38a534092e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>configure fqdn for host</title>
<updated>2013-01-20T13:09:50+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-01-20T13:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=fc59f6c6a22a4659cefa29e18a658c852c6e89f7'/>
<id>fc59f6c6a22a4659cefa29e18a658c852c6e89f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
