<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet-apt/templates/Ubuntu, branch nadir</title>
<subtitle>Puppet module for apt</subtitle>
<id>https://git.fluxo.info/puppet-apt/atom?h=nadir</id>
<link rel='self' href='https://git.fluxo.info/puppet-apt/atom?h=nadir'/>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/'/>
<updated>2013-03-03T08:26:49+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'remotes/origin/master' into nadir_master</title>
<updated>2013-03-03T08:26:49+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-03-03T08:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=e596bfb9306664ab4aef78bc05615904b7c6e7f2'/>
<id>urn:sha1:e596bfb9306664ab4aef78bc05615904b7c6e7f2</id>
<content type='text'>
Conflicts:
	README
	files/50unattended-upgrades
	files/lenny/50unattended-upgrades
	files/squeeze/50unattended-upgrades
	manifests/dist_upgrade.pp
	manifests/init.pp
	manifests/upgrade_package.pp
</content>
</entry>
<entry>
<title>added Ubuntu/preferences_quantal.erb</title>
<updated>2013-01-22T20:28:52+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-01-22T20:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=08b066db441375d1613d131767cb1c5bdd3bb60b'/>
<id>urn:sha1:08b066db441375d1613d131767cb1c5bdd3bb60b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for $lsbdistcodename regression introduced by ac166366d7baa45b74e09974289d9fb2dad38e67</title>
<updated>2012-12-05T18:46:23+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2012-12-05T18:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=07a031f2050deecfefa205e1e0c63586692a06ff'/>
<id>urn:sha1:07a031f2050deecfefa205e1e0c63586692a06ff</id>
<content type='text'>
What happened here was the $codename = $::lsbdistcodename was removed from
init.pp and replaced with just $::lsbdistcodename whereever $codename was
used. Then in the sources.list.erb and preferences files things were changed
like this:

&lt;pre&gt;+### Debian current: &lt;%= codename = scope.lookupvar('::lsbdistcodename') %&gt;
...
-deb &lt;%= debian_url %&gt; &lt;%= codename %&gt; &lt;%= repos %&gt;
...
+deb &lt;%= debian_url=scope.lookupvar('apt::debian_url') %&gt; &lt;%= codename %&gt; &lt;%= repos=scope.lookupvar('apt::repos') %&gt;
&lt;/pre&gt;

This meant that the codename was always set to lsbdistcodename, and you because
in newer puppet versions you cannot assign a value to a top-level facter
variable, it is not possible to change this.

Because we cannot change $lsbdistcodename, we have to fix this by allowing the
user to pass a different, non-top-level scoped variable to the class as a
parameter, which defaults to $::lsbdistcodename, so that upgrades can be
triggered.

This is documented in the README in an upgrade notice
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'shared/master'</title>
<updated>2012-08-16T07:35:21+00:00</updated>
<author>
<name>mh</name>
<email>mh@immerda.ch</email>
</author>
<published>2012-08-16T07:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=0c2f31b5d5c972c179cb06ea1a06e6e0e7b1b262'/>
<id>urn:sha1:0c2f31b5d5c972c179cb06ea1a06e6e0e7b1b262</id>
<content type='text'>
Conflicts:
	README
	manifests/dist_upgrade/initiator.pp
	manifests/init.pp
	manifests/preseeded_package.pp
	manifests/unattended_upgrades.pp
</content>
</entry>
<entry>
<title>fix auto repo selection</title>
<updated>2012-06-18T20:33:49+00:00</updated>
<author>
<name>mh</name>
<email>mh@immerda.ch</email>
</author>
<published>2012-06-18T20:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=f823fcd5b7408d7d690cfc5c5063e28db06271a4'/>
<id>urn:sha1:f823fcd5b7408d7d690cfc5c5063e28db06271a4</id>
<content type='text'>
the actual repos are in real_repos as by default we have auto.
</content>
</entry>
<entry>
<title>refactor things for &gt;2.7</title>
<updated>2012-06-08T15:16:46+00:00</updated>
<author>
<name>mh</name>
<email>mh@immerda.ch</email>
</author>
<published>2012-06-08T15:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=ac166366d7baa45b74e09974289d9fb2dad38e67'/>
<id>urn:sha1:ac166366d7baa45b74e09974289d9fb2dad38e67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changing ubuntu preferences templates to symlinks</title>
<updated>2012-05-20T15:42:49+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2012-05-09T22:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=1af58e700e2e5c60a3f187b4a41d40755101f4f4'/>
<id>urn:sha1:1af58e700e2e5c60a3f187b4a41d40755101f4f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding precise template</title>
<updated>2012-05-20T15:40:51+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2012-05-09T16:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=235cdafaa4e3aec7edc0b2f4b07ddc2bb9267bf3'/>
<id>urn:sha1:235cdafaa4e3aec7edc0b2f4b07ddc2bb9267bf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding preferences_oneiric.erb</title>
<updated>2012-05-20T15:40:39+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2012-02-03T16:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=0528f86f5e25a12c7f0749f6f63f5a964326dbdb'/>
<id>urn:sha1:0528f86f5e25a12c7f0749f6f63f5a964326dbdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add empty line at the end of preferences templates.</title>
<updated>2011-05-07T16:15:02+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2011-05-07T16:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/puppet-apt/commit/?id=4e6f65b0d5445c3d96ade7acef13b3e145b7af65'/>
<id>urn:sha1:4e6f65b0d5445c3d96ade7acef13b3e145b7af65</id>
<content type='text'>
... else the first block added by apt::preferences_snippet is in the same
paragraph as the last block provided by the template.
</content>
</entry>
</feed>
