<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>81cc9bf4892170e2e36a7b0b302a74f88c6825d1</id>
      </parent>
    </parents>
    <author>
      <name>Marcel Haerry</name>
      <email>haerry@puzzle.ch</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/4ca04b67700066632f981c77408cd195b1e9b692</url>
    <id>4ca04b67700066632f981c77408cd195b1e9b692</id>
    <committed-date>2008-09-02T07:57:11-07:00</committed-date>
    <authored-date>2008-09-02T07:57:11-07:00</authored-date>
    <message>Propose fix/workaround for wrong facter variables in templates

Due to the fix for #1427 variables are now real instance
variables. Therfore we have to escape special characters
like ':' and '.' for variable names. Otherwise templates and with
that puppet will fail.
This patch will introduce an escaping (_) for such
variables.
It is clear that things like that should be fixed in facts,
however if one fact will contain a wrong character, the whole
puppet run will fail. Applying this patch will prevent puppet
to fail due to wrong characters in facter variable names.</message>
    <tree>13e0966066de97e57e555b1b25aa19f4c1365088</tree>
    <committer>
      <name>Marcel Haerry</name>
      <email>haerry@puzzle.ch</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>41dc1fac33cbb3938a5dc5f42f5b841a0a734c27</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/81cc9bf4892170e2e36a7b0b302a74f88c6825d1</url>
    <id>81cc9bf4892170e2e36a7b0b302a74f88c6825d1</id>
    <committed-date>2008-08-28T19:17:04-07:00</committed-date>
    <authored-date>2008-08-28T19:17:04-07:00</authored-date>
    <message>Fixed #1533 - changed permissions for man directory</message>
    <tree>27380d3fe5126dfd9b763b85078dcfa981c5ab3c</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aae0793eb3632c6dea56f5d573d201c475786f8c</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice-puppet@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/41dc1fac33cbb3938a5dc5f42f5b841a0a734c27</url>
    <id>41dc1fac33cbb3938a5dc5f42f5b841a0a734c27</id>
    <committed-date>2008-08-28T19:08:59-07:00</committed-date>
    <authored-date>2008-08-27T11:31:38-07:00</authored-date>
    <message>Runit service provider

This provider manages daemons running supervised by Runit[1].

It tries to detect the service directory, with by order of preference:
     * /service
     * /var/service
     * /etc/service

The daemon directory should be placed in a directory that can be
by default in:
     * /etc/sv
     * /var/lib/service

or this can be overriden in the service resource parameters:
service {
  &quot;myservice&quot;:
       provider =&gt; &quot;runit&quot;, path =&gt; &quot;/path/to/daemons&quot;;
}

This provider supports out of the box:
     * start/stop
     * enable/disable
     * restart
     * status

[1]: http://smarden.sunsite.dk/runit/</message>
    <tree>9569658f4b56c75f734f23a865f6111f34df5e3e</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>29ae8792321e083b2263e34d273addfc4818f859</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice-puppet@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/aae0793eb3632c6dea56f5d573d201c475786f8c</url>
    <id>aae0793eb3632c6dea56f5d573d201c475786f8c</id>
    <committed-date>2008-08-28T19:08:58-07:00</committed-date>
    <authored-date>2008-08-26T11:47:10-07:00</authored-date>
    <message>Daemontools service provider

This provider manages daemons running supervised under D.J.Bernstein
daemontools.
It tries to detect the service directory, with by order of preference:
 * /service
 * /etc/service
 * /var/lib/svscan

The daemon directory should be placed in a directory that can be
by default in:
 * /var/lib/service
 * /etc
or this can be overriden in the service resource parameters:
service {
 &quot;myservice&quot;:
   provider =&gt; &quot;daemontools&quot;, path =&gt; &quot;/path/to/daemons&quot;;
}

This provider supports out of the box:
 * start/stop (mapped to enable/disable)
 * enable/disable
 * restart
 * status

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;</message>
    <tree>71e8fd8d7914630b806fc09bbf4507438669b7c6</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b50e718490abe41f09e16e1edc0d8de93aac8bfe</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/29ae8792321e083b2263e34d273addfc4818f859</url>
    <id>29ae8792321e083b2263e34d273addfc4818f859</id>
    <committed-date>2008-08-26T22:30:24-07:00</committed-date>
    <authored-date>2008-08-26T22:30:24-07:00</authored-date>
    <message>Fixes tests broken by 95aa085</message>
    <tree>adfe3a7915764bbc7dd25f2248ca526eb70b6770</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fb50918ad355116ba85bfe7304baf61a7c8da22</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b50e718490abe41f09e16e1edc0d8de93aac8bfe</url>
    <id>b50e718490abe41f09e16e1edc0d8de93aac8bfe</id>
    <committed-date>2008-08-26T01:00:50-07:00</committed-date>
    <authored-date>2008-08-20T09:26:25-07:00</authored-date>
    <message>Fixed #1488 - Moved individual functions out of functions.rb into
the lib/puppet/parser/functions directory. New functions should be
created in this directory.</message>
    <tree>95aa085a64a506bc023614bf547087dc3a2498cb</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ded94f7157f0a4a90f87b65dfd5f1f5e5cd76fed</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/5fb50918ad355116ba85bfe7304baf61a7c8da22</url>
    <id>5fb50918ad355116ba85bfe7304baf61a7c8da22</id>
    <committed-date>2008-08-23T19:41:23-07:00</committed-date>
    <authored-date>2008-08-21T00:48:08-07:00</authored-date>
    <message>Fixed #1457 - case insensitive match for error</message>
    <tree>33b91e9249da0cba5fc8a6cced2162244772f869</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>415663bb3ddbaa83c937c7acbf2babe7d30923da</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/ded94f7157f0a4a90f87b65dfd5f1f5e5cd76fed</url>
    <id>ded94f7157f0a4a90f87b65dfd5f1f5e5cd76fed</id>
    <committed-date>2008-08-23T19:36:40-07:00</committed-date>
    <authored-date>2008-08-23T19:36:40-07:00</authored-date>
    <message>Removed spec color option for buildbot</message>
    <tree>18a6af7ffedbb4ea710ce1cf42e4075dfb36b9e5</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>557be9d4c5332cc6fde94e1119b8e725ef285234</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/415663bb3ddbaa83c937c7acbf2babe7d30923da</url>
    <id>415663bb3ddbaa83c937c7acbf2babe7d30923da</id>
    <committed-date>2008-08-23T17:47:42-07:00</committed-date>
    <authored-date>2008-08-23T17:47:42-07:00</authored-date>
    <message>Added simple rake task for running unit tests</message>
    <tree>be2708c15d7f1c5012126c9512d29ef1dc4c10c4</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d118a5f22e8f2c9f72b51e8848514d779c09d36</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/557be9d4c5332cc6fde94e1119b8e725ef285234</url>
    <id>557be9d4c5332cc6fde94e1119b8e725ef285234</id>
    <committed-date>2008-08-23T05:10:42-07:00</committed-date>
    <authored-date>2008-08-23T05:10:42-07:00</authored-date>
    <message>Added spec Rake task</message>
    <tree>0d44a8f341813cfe8bf5bde97da3c9eeb617218c</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5851061d8e6d1dded479b33f7a8da67a3346891c</id>
      </parent>
    </parents>
    <author>
      <name>Andrew Shafer</name>
      <email>andrew@reductivelabs.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/0d118a5f22e8f2c9f72b51e8848514d779c09d36</url>
    <id>0d118a5f22e8f2c9f72b51e8848514d779c09d36</id>
    <committed-date>2008-08-23T05:03:10-07:00</committed-date>
    <authored-date>2008-08-22T22:53:08-07:00</authored-date>
    <message>Fix leaking LoadedFile when adding templates to be watched</message>
    <tree>ebb967cbeb8ee69ad2a26774fad4eec56b394d63</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>67387e285cb39993c891d7decac34952ea64dbdb</id>
      </parent>
      <parent>
        <id>7accb893d8b4a530aac7ccd402756afb0ce599bd</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/5851061d8e6d1dded479b33f7a8da67a3346891c</url>
    <id>5851061d8e6d1dded479b33f7a8da67a3346891c</id>
    <committed-date>2008-08-22T15:10:16-07:00</committed-date>
    <authored-date>2008-08-22T15:10:16-07:00</authored-date>
    <message>Merge branch 'tickets/0.24.x/1506' into 0.24.x</message>
    <tree>0438347f183fb9a00e2d08c074f859b51fc2216c</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5fb092720afefbf904822a5604b5b3520b5c194</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/67387e285cb39993c891d7decac34952ea64dbdb</url>
    <id>67387e285cb39993c891d7decac34952ea64dbdb</id>
    <committed-date>2008-08-22T15:09:56-07:00</committed-date>
    <authored-date>2008-08-22T15:08:00-07:00</authored-date>
    <message>Fixed #1506 - Removed storeconfig duplicate indexes</message>
    <tree>6c7ee568a5e7a8fdd7e8e7048392d7f6af59de44</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5fb092720afefbf904822a5604b5b3520b5c194</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice-puppet@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/7accb893d8b4a530aac7ccd402756afb0ce599bd</url>
    <id>7accb893d8b4a530aac7ccd402756afb0ce599bd</id>
    <committed-date>2008-08-22T09:00:47-07:00</committed-date>
    <authored-date>2008-08-11T06:58:40-07:00</authored-date>
    <message>id column is autogenerated by rails as a primary key, there is no need
to create an additional index on this column. This changeset contains the
new schema and a migration.

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;</message>
    <tree>f38b8d98add060028ce6da7fae342ca24d93d950</tree>
    <committer>
      <name>Brice Figureau</name>
      <email>brice@daysofwonder.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1729de17a939aa56ba22fbe6851fa60946ac04ed</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/c5fb092720afefbf904822a5604b5b3520b5c194</url>
    <id>c5fb092720afefbf904822a5604b5b3520b5c194</id>
    <committed-date>2008-08-20T19:07:09-07:00</committed-date>
    <authored-date>2008-08-20T19:07:09-07:00</authored-date>
    <message>Removed reference to namespaces from --genconfig documentation</message>
    <tree>ec8635e5f65bec3db2884a5526a528d86c50e99c</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6609ee5f4e6bffc467da4f3f9623f22e9e07095</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/1729de17a939aa56ba22fbe6851fa60946ac04ed</url>
    <id>1729de17a939aa56ba22fbe6851fa60946ac04ed</id>
    <committed-date>2008-08-20T05:56:41-07:00</committed-date>
    <authored-date>2008-08-20T05:56:41-07:00</authored-date>
    <message>Updates to ext/puppetlast to support multiple hosts</message>
    <tree>64454b68fd8eff772bf01b84e8d524e118c31e83</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e482a27191d2f90e2e281ad19f3143034584f0f</id>
      </parent>
    </parents>
    <author>
      <name>Mark Plaksin</name>
      <email>happy@usg.edu</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b6609ee5f4e6bffc467da4f3f9623f22e9e07095</url>
    <id>b6609ee5f4e6bffc467da4f3f9623f22e9e07095</id>
    <committed-date>2008-08-19T08:00:32-07:00</committed-date>
    <authored-date>2008-08-14T13:06:54-07:00</authored-date>
    <message>Fixed #1508 - Add HP-UX package provider.</message>
    <tree>8f85b1661d6611d6a0a16c775281a511bc8d3588</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ec4e298c3274abc8eaad4230bca8d39a48d2e35</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/3e482a27191d2f90e2e281ad19f3143034584f0f</url>
    <id>3e482a27191d2f90e2e281ad19f3143034584f0f</id>
    <committed-date>2008-08-18T09:53:15-07:00</committed-date>
    <authored-date>2008-07-23T16:51:22-07:00</authored-date>
    <message>Updating the authors list for the gem spec

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>db83b38545c2cc82966703a7815e8230118f8ddd</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9272df437c3cee6070f4e765bf61511cd85cb3a7</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/2ec4e298c3274abc8eaad4230bca8d39a48d2e35</url>
    <id>2ec4e298c3274abc8eaad4230bca8d39a48d2e35</id>
    <committed-date>2008-08-17T06:47:30-07:00</committed-date>
    <authored-date>2008-08-11T01:52:50-07:00</authored-date>
    <message>Fix #1502 - abysmal storeconfig performance - part2

Resource parameters whose values are a resource reference (ie require,
notify...) where always DELETEd/INSERTed because the code comparing
resource reference compared object instances instead of their values
(since Puppet::Parser::Resource::Reference doesn't override == ), leading
to storeconfig performance issues.
The correct fix would have been to define == in Puppet::Parser::Resource::Reference
but that might introduce some side effects I don't know.
Hence, the fix introduces a local compare() method that knows how to
compare Puppet::Parser::Resource::Reference.

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;</message>
    <tree>6079621408d5d2291ac77648b3f5ef47564ad2dd</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f48a0ae140661dc14934c0a192c71687929b0624</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/9272df437c3cee6070f4e765bf61511cd85cb3a7</url>
    <id>9272df437c3cee6070f4e765bf61511cd85cb3a7</id>
    <committed-date>2008-08-17T06:45:40-07:00</committed-date>
    <authored-date>2008-08-11T01:49:20-07:00</authored-date>
    <message>Fix #1052 - abysmal storeconfig performance - part1

Resources whose references are of the form:
Main::Sub1::Sub2
are extracted from the database under the form:
Main::sub1::sub2

Puppet then fails to match them against compiled resources of same
references which are capitalized as they should, and
tries to overwrite them on every storeconfig run, leading to tons
of cascading DELETE/INSERT, hurting performance.

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;</message>
    <tree>cf419843381fc98a8709f144d168abf948d69517</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1ad596ec0aa3158d70f84d5b1e002f972d3ec71</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice-puppet@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/f48a0ae140661dc14934c0a192c71687929b0624</url>
    <id>f48a0ae140661dc14934c0a192c71687929b0624</id>
    <committed-date>2008-08-17T06:43:10-07:00</committed-date>
    <authored-date>2008-08-13T08:02:35-07:00</authored-date>
    <message>Fix #1510 - storeconfig fails with rails 2.1

This is a workaround.
Since rails seems to have difficulties to map associations to
Puppet classes, we explain it carefully what to expect.

Changelog</message>
    <tree>8d8c29c61e41e9bc94626915298c1aeed30d7164</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6676b6b104e3f60dd14be18cbfb91b4cd96ec06e</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b1ad596ec0aa3158d70f84d5b1e002f972d3ec71</url>
    <id>b1ad596ec0aa3158d70f84d5b1e002f972d3ec71</id>
    <committed-date>2008-08-16T21:26:58-07:00</committed-date>
    <authored-date>2008-08-08T02:48:18-07:00</authored-date>
    <message>Add the -P/--ping option to puppetrun, fixes #1501

Turns on the ICMP echo testing against the target host. Defaults to off.

111111111</message>
    <tree>37ff59f09f688e9a397afc9eefee193d0f23d99e</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d02f95cb608e1ee5d90ac06405e354cbc0000706</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/6676b6b104e3f60dd14be18cbfb91b4cd96ec06e</url>
    <id>6676b6b104e3f60dd14be18cbfb91b4cd96ec06e</id>
    <committed-date>2008-08-16T21:02:27-07:00</committed-date>
    <authored-date>2008-08-13T07:32:30-07:00</authored-date>
    <message>Fixes #1274 - allow class names to start with numbers</message>
    <tree>f8db0a5169e47ebd5b1261e73f0491c2f10b837c</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fb8cc533ad1da65de0b4769ab3b44112c9ff68c6</id>
      </parent>
    </parents>
    <author>
      <name>mh</name>
      <email>duritong@cronopios.org</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/d02f95cb608e1ee5d90ac06405e354cbc0000706</url>
    <id>d02f95cb608e1ee5d90ac06405e354cbc0000706</id>
    <committed-date>2008-08-16T21:00:03-07:00</committed-date>
    <authored-date>2008-07-03T03:08:46-07:00</authored-date>
    <message>Fixed #1394 - Added stored configuration clearing script to /ext</message>
    <tree>34d9e0118d6c4a55919e315c14b1517d8660b8db</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18dda20b4167cb24ecd0d8b2029aaabb60b79936</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/fb8cc533ad1da65de0b4769ab3b44112c9ff68c6</url>
    <id>fb8cc533ad1da65de0b4769ab3b44112c9ff68c6</id>
    <committed-date>2008-08-15T09:03:42-07:00</committed-date>
    <authored-date>2008-08-15T09:01:41-07:00</authored-date>
    <message>Fixed #1442 - replaced use of Facter for report titling with certname</message>
    <tree>a641efb666a83d9d0855f9ce1afa2c23945f2b25</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab4cb6a6acaa6f045bdceb93eb105617d42b23b2</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/18dda20b4167cb24ecd0d8b2029aaabb60b79936</url>
    <id>18dda20b4167cb24ecd0d8b2029aaabb60b79936</id>
    <committed-date>2008-08-12T17:34:19-07:00</committed-date>
    <authored-date>2008-08-12T17:06:28-07:00</authored-date>
    <message>Fixed $1456 - add proxy configuration to yum repo</message>
    <tree>92fc608fd51b5b2f0f9aa869f5bd24a6f865f78b</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a0cb16abd4c6a9cbf27d88593aa2b42a7375b94</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/ab4cb6a6acaa6f045bdceb93eb105617d42b23b2</url>
    <id>ab4cb6a6acaa6f045bdceb93eb105617d42b23b2</id>
    <committed-date>2008-08-12T11:24:35-07:00</committed-date>
    <authored-date>2008-08-12T11:24:35-07:00</authored-date>
    <message>Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>d5a805737c743732258974ecf3edd70cf3c30d46</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3ae7eca3928d5dd9d0c93e61ceedc38f60573eb5</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/8a0cb16abd4c6a9cbf27d88593aa2b42a7375b94</url>
    <id>8a0cb16abd4c6a9cbf27d88593aa2b42a7375b94</id>
    <committed-date>2008-08-08T14:24:25-07:00</committed-date>
    <authored-date>2008-08-07T18:53:02-07:00</authored-date>
    <message>Added tests for TemplateWrapper's use of Scope#to_hash.

We should deprecate the method_missing stuff in 0.25.

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>069c408bf6bdf9189386ea3b121a51b0b420057f</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3393b462f076ec868ac59baa56ae0e93e9a9f06</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/3ae7eca3928d5dd9d0c93e61ceedc38f60573eb5</url>
    <id>3ae7eca3928d5dd9d0c93e61ceedc38f60573eb5</id>
    <committed-date>2008-08-08T14:24:25-07:00</committed-date>
    <authored-date>2008-08-07T17:52:26-07:00</authored-date>
    <message>Fixing an ldap connectivity test

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>34d17064f13d1124086dde62fa5a6b39b41562c5</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bfcdfe863bea8470052bc7a242987c1bed18a572</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/d3393b462f076ec868ac59baa56ae0e93e9a9f06</url>
    <id>d3393b462f076ec868ac59baa56ae0e93e9a9f06</id>
    <committed-date>2008-08-08T01:24:37-07:00</committed-date>
    <authored-date>2008-08-08T01:24:37-07:00</authored-date>
    <message>Added CHANEGLOG entry for removal of interface type</message>
    <tree>4e3d50af17dbb8a954887411018b80605ba004b0</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
</commits>
