<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet/modules/openssh, branch topic/mageia5</title>
<subtitle>Mageia Infrastructure Configuration</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/'/>
<entry>
<title>variable enclosing fixes</title>
<updated>2015-10-20T16:17:17+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-10-20T16:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2'/>
<id>27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openssh: Ensure ownership is set correctly on authorized_keys</title>
<updated>2015-02-06T08:04:38+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2015-02-06T08:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=cf688362c5b3f6efee011f57b51e4e32a03fcd93'/>
<id>cf688362c5b3f6efee011f57b51e4e32a03fcd93</id>
<content type='text'>
This was highlighted by a problem encountered by Nicolas Salguero.

Many thanks for your patience.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was highlighted by a problem encountered by Nicolas Salguero.

Many thanks for your patience.
</pre>
</div>
</content>
</entry>
<entry>
<title>openssh: Fix python copy/paste error.</title>
<updated>2015-02-03T18:02:12+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2015-02-03T18:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=7b90bc8d4af39858b33e0f80fbd27c6a44e0f7d8'/>
<id>7b90bc8d4af39858b33e0f80fbd27c6a44e0f7d8</id>
<content type='text'>
Introduced in d5148ffbb0514c37893002e4988c5f7f379586bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced in d5148ffbb0514c37893002e4988c5f7f379586bf
</pre>
</div>
</content>
</entry>
<entry>
<title>openssh: Also update gitolite config when SSH keys change.</title>
<updated>2015-01-18T13:46:45+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2015-01-18T13:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=58a254697b6ae3c529ae726896181684f714310f'/>
<id>58a254697b6ae3c529ae726896181684f714310f</id>
<content type='text'>
This should avoid the problems encountered recently with Donald's SSH
key update and git access.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should avoid the problems encountered recently with Donald's SSH
key update and git access.
</pre>
</div>
</content>
</entry>
<entry>
<title>openssh: Return failure when no keys are updated.</title>
<updated>2015-01-18T13:15:52+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2015-01-18T12:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=529eee5bc243fe27578f9ce9eda9375838d19f5b'/>
<id>529eee5bc243fe27578f9ce9eda9375838d19f5b</id>
<content type='text'>
We can then use this exit status to run other commands when keys are updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can then use this exit status to run other commands when keys are updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>openssh: Only write authorized_keys file when it's different</title>
<updated>2015-01-18T13:15:52+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2015-01-18T12:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=d5148ffbb0514c37893002e4988c5f7f379586bf'/>
<id>d5148ffbb0514c37893002e4988c5f7f379586bf</id>
<content type='text'>
This saves disk churn and will eventually allow us to take further
action when keys actually change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves disk churn and will eventually allow us to take further
action when keys actually change.
</pre>
</div>
</content>
</entry>
<entry>
<title>openssh: Use temp file when writing keys from LDAP.</title>
<updated>2015-01-18T13:08:55+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2015-01-18T11:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=ad1e131043f2f3d013378b138e4ec1819ff1ad66'/>
<id>ad1e131043f2f3d013378b138e4ec1819ff1ad66</id>
<content type='text'>
This helps avoid a race condition when the file is not yet written properly
when a new SSH connection from that user comes in.

This isn't really a problem in practice, but we may as well do it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps avoid a race condition when the file is not yet written properly
when a new SSH connection from that user comes in.

This isn't really a problem in practice, but we may as well do it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Temporary hack to work around LDAP server sync problem"</title>
<updated>2014-09-23T10:10:44+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2014-09-23T10:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=2b2106f598d81990fd300de7486204b75e49e264'/>
<id>2b2106f598d81990fd300de7486204b75e49e264</id>
<content type='text'>
This reverts commit cc302084ccf54fb8f067f8dd5d7f7c07ed50b019.

Slave LDAP now back cookin' on gas!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit cc302084ccf54fb8f067f8dd5d7f7c07ed50b019.

Slave LDAP now back cookin' on gas!
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary hack to work around LDAP server sync problem</title>
<updated>2014-09-16T18:12:12+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2014-09-16T18:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=cc302084ccf54fb8f067f8dd5d7f7c07ed50b019'/>
<id>cc302084ccf54fb8f067f8dd5d7f7c07ed50b019</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Partially revert part of r3378 which wasn't meant to be in the commit :(</title>
<updated>2013-12-05T13:45:59+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-05T13:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/infrastructure/puppet/commit/?id=0aae0eaa6bf3f22de34437d24dde1b6fba78c92b'/>
<id>0aae0eaa6bf3f22de34437d24dde1b6fba78c92b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
