<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>8a4e2e9378fe617b0d6b7210ed63f6d5e5bd9956</id>
      </parent>
    </parents>
    <author>
      <name>duritong</name>
      <email>peter.meier@immerda.ch</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/359c6821da78eb1c59f91575f504213488e931b1</url>
    <id>359c6821da78eb1c59f91575f504213488e931b1</id>
    <committed-date>2008-10-20T16:13:58-07:00</committed-date>
    <authored-date>2008-10-18T04:02:48-07:00</authored-date>
    <message>enhance redhat puppetmaster init.d script to easy start puppetmaster as a
mongrel cluster v2.1

If you'd like to run puppetmaster in a mongrel cluster you have to start X

instances of puppetmaster with servertype set to mongrel. With this patch
you can add more than one port to the sysconfig file and puppetmaster will

automatically be started with severtype set to mongrel.
You can now even specify an alternate port in the sysconfig file on which
puppetmaster should be run as webrick based server. See sysconfig file for

more documentation.

This is the second version of this patch and it adresses some comments
which have been made by David Lutterkort on Ticket #1460:

- there's no need to introduce PUPPETMASTER_PID_DIR as a variable in
  sysconfig

removed.

- the way RETVAL is accumulated (RETVAL=$? || $RETVAL) is wrong;
  it needs to be 'ret=$?; [ $ret != 0 ] &amp;&amp; RETVAL=$ret'

fixed.

- make sure that 'status' still works and lists all the instances in
  the multiport case (similar to 'service nfs status')

added.

v2.1:

addressed changing [ -n &quot;$PUPPETMASTER_PORTS&quot; ] &amp;&amp; [ ${#PUPPETMASTER_PORTS[@]} -gt 1 ] to [ $multiport = yes</message>
    <tree>a1c200335a8042d5bb6dfb2bb58b0fd55984a508</tree>
    <committer>
      <name>duritong</name>
      <email>peter.meier@immerda.ch</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e6f99f92ec5bfba973a3f13c629a8ce263a0da7d</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/8a4e2e9378fe617b0d6b7210ed63f6d5e5bd9956</url>
    <id>8a4e2e9378fe617b0d6b7210ed63f6d5e5bd9956</id>
    <committed-date>2008-10-20T15:50:54-07:00</committed-date>
    <authored-date>2008-10-20T15:50:54-07:00</authored-date>
    <message>Fixed #1663 - Regression relating to facter fact naming from 0.24.5</message>
    <tree>158f9ed9a596661b94efa8539186ac9054e8e961</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a74ec60d33dee1c592ec858faeccc23d7a7b79f3</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice-puppet@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/e6f99f92ec5bfba973a3f13c629a8ce263a0da7d</url>
    <id>e6f99f92ec5bfba973a3f13c629a8ce263a0da7d</id>
    <committed-date>2008-10-20T15:32:28-07:00</committed-date>
    <authored-date>2008-10-16T11:24:30-07:00</authored-date>
    <message>Fix #636 - Allow extraneous comma in function argument list

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;</message>
    <tree>631bd56718c635f80d9f608bfd52cfbda914b63f</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d4df36126fa62406c2cbb7a55b18234032da156b</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/a74ec60d33dee1c592ec858faeccc23d7a7b79f3</url>
    <id>a74ec60d33dee1c592ec858faeccc23d7a7b79f3</id>
    <committed-date>2008-10-16T14:22:59-07:00</committed-date>
    <authored-date>2008-10-16T14:17:30-07:00</authored-date>
    <message>Fixing tests I broke when trying to fix the Providers reference.

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>24bbe35f647f2622b42397a52cc66177c59597b8</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dedf0cdce952e36bcdccfc88b1efc33d9f5eaddb</id>
      </parent>
    </parents>
    <author>
      <name>Sean E. Millichamp</name>
      <email>sean@bruenor.org</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/d4df36126fa62406c2cbb7a55b18234032da156b</url>
    <id>d4df36126fa62406c2cbb7a55b18234032da156b</id>
    <committed-date>2008-10-16T14:18:01-07:00</committed-date>
    <authored-date>2008-10-14T13:01:28-07:00</authored-date>
    <message>Use fully qualified paths when calling binaries, adjust chcon call to use Puppet's execute() function.</message>
    <tree>e19d1f5cd33415ade181ebf49bd7663c8ea96562</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f5ded185269cabeb7921c4f4739e1f66a34d54d</id>
      </parent>
    </parents>
    <author>
      <name>Sean E. Millichamp</name>
      <email>sean@bruenor.org</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/dedf0cdce952e36bcdccfc88b1efc33d9f5eaddb</url>
    <id>dedf0cdce952e36bcdccfc88b1efc33d9f5eaddb</id>
    <committed-date>2008-10-16T14:17:46-07:00</committed-date>
    <authored-date>2008-10-13T13:48:40-07:00</authored-date>
    <message>Setting SELinux contexts with chcon should not dereference symbolic links</message>
    <tree>537c0b4392ddf34c0dfc2495e47646ff0318b774</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00d5fe403d754e61ae32f01f6879dfc93bfa6111</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/7f5ded185269cabeb7921c4f4739e1f66a34d54d</url>
    <id>7f5ded185269cabeb7921c4f4739e1f66a34d54d</id>
    <committed-date>2008-10-13T17:22:40-07:00</committed-date>
    <authored-date>2008-10-13T17:22:40-07:00</authored-date>
    <message>Fixed #1646 - service puppet status does not work as non-root on redhat system</message>
    <tree>c10d16cf97f8431668679fe59ad17a7ae718d819</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5fb2d383ee9836bddd031b714907cddacd28046</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice-puppet@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/00d5fe403d754e61ae32f01f6879dfc93bfa6111</url>
    <id>00d5fe403d754e61ae32f01f6879dfc93bfa6111</id>
    <committed-date>2008-10-13T16:10:27-07:00</committed-date>
    <authored-date>2008-10-05T09:52:20-07:00</authored-date>
    <message>Fix #1115 - Allow checking tags/classes from ERb templates

Add to predefined variables to the ERB template space. &quot;classes&quot;
and &quot;tags&quot; which provide arrays of all the defined classes and tags
for a node.

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;</message>
    <tree>64a005082df7b58a2d8b5d9f0e6e239ab677196a</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b0fd2e057a7fbff59565febc3ebb60a33863ff85</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/f5fb2d383ee9836bddd031b714907cddacd28046</url>
    <id>f5fb2d383ee9836bddd031b714907cddacd28046</id>
    <committed-date>2008-10-13T14:47:21-07:00</committed-date>
    <authored-date>2008-10-13T14:47:21-07:00</authored-date>
    <message>Fixed #1649 - OS X package creation script should be more selective about cleaning out prior versions</message>
    <tree>60b5011f716619e2fe07697619354458f8dd5e2d</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>157c0ddff032bb78838a1448eb1ff989bf1da705</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b0fd2e057a7fbff59565febc3ebb60a33863ff85</url>
    <id>b0fd2e057a7fbff59565febc3ebb60a33863ff85</id>
    <committed-date>2008-10-13T14:44:30-07:00</committed-date>
    <authored-date>2008-10-13T08:35:40-07:00</authored-date>
    <message>Fixing #1647 - puppetdoc's 'providers' report works again.

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>e8fe75e91b586a8ef03b42d215379cd00337191f</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65eafb7c01e6b4c003066cf7c6dceb5910e91950</id>
      </parent>
    </parents>
    <author>
      <name>Paul Nasrat</name>
      <email>pnasrat@googlemail.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/157c0ddff032bb78838a1448eb1ff989bf1da705</url>
    <id>157c0ddff032bb78838a1448eb1ff989bf1da705</id>
    <committed-date>2008-10-11T00:12:22-07:00</committed-date>
    <authored-date>2008-10-11T00:12:22-07:00</authored-date>
    <message>Fix 1642 (always warning) and improve unit tests to cover when to warn and not</message>
    <tree>d7c5b006f49814fc4b6c9506cf872eb2c8506cca</tree>
    <committer>
      <name>Paul Nasrat</name>
      <email>pnasrat@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eff6ce0b5e83ed73b8e2bbe3ddd68cf4cd77caeb</id>
      </parent>
    </parents>
    <author>
      <name>duritong</name>
      <email>peter.meier@immerda.ch</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/65eafb7c01e6b4c003066cf7c6dceb5910e91950</url>
    <id>65eafb7c01e6b4c003066cf7c6dceb5910e91950</id>
    <committed-date>2008-10-10T07:15:59-07:00</committed-date>
    <authored-date>2008-10-10T07:15:59-07:00</authored-date>
    <message>lazy load latest package definitions with yumhelper 2.2

merge commit to 0.24x, original commit:

I could observe that yumhelper.py can run quite some time
and use quite a lot of memory (up to 100MB!) if you're
using many repositories. As the yumhelper is only needed
if you use latest as a ensure-keyword it makes no sense
for people like me letting puppet fetch these details
always, if you're never going to use latest.  =&gt; lazy loading.

After discussion on the list, this is the new version for
lazy loading yum latest package versions. It is implemented
mainly in the way that Luke proposed. However it stores
the latest informations in the variable latest_info so
the latest method didn't get too hackish and could nearly be
left like it was before.</message>
    <tree>c87c44c8c454f9905f8349437734db51a40eecf1</tree>
    <committer>
      <name>duritong</name>
      <email>peter.meier@immerda.ch</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5d1a4f6ffe72477ce02358a93d48df850aea15b</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/eff6ce0b5e83ed73b8e2bbe3ddd68cf4cd77caeb</url>
    <id>eff6ce0b5e83ed73b8e2bbe3ddd68cf4cd77caeb</id>
    <committed-date>2008-10-09T20:26:27-07:00</committed-date>
    <authored-date>2008-10-09T20:26:27-07:00</authored-date>
    <message>Revert &quot;Added last part of #1633 patch - update to util/metrics.rb&quot;

This reverts commit c5d1a4f6ffe72477ce02358a93d48df850aea15b.</message>
    <tree>3c786b42679f3bea18979aceb8e3bf2a5184f366</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0fff7d76e89a650f5d2e78b2c69b30635880c36b</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/c5d1a4f6ffe72477ce02358a93d48df850aea15b</url>
    <id>c5d1a4f6ffe72477ce02358a93d48df850aea15b</id>
    <committed-date>2008-10-09T16:53:18-07:00</committed-date>
    <authored-date>2008-10-09T16:53:18-07:00</authored-date>
    <message>Added last part of #1633 patch - update to util/metrics.rb</message>
    <tree>827fdfdec2016fd99042411b595e8d18cac36e77</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2afbd0d877511511fb1a0c7242d2a3251c7bb82c</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/0fff7d76e89a650f5d2e78b2c69b30635880c36b</url>
    <id>0fff7d76e89a650f5d2e78b2c69b30635880c36b</id>
    <committed-date>2008-10-08T21:44:41-07:00</committed-date>
    <authored-date>2008-10-08T21:44:41-07:00</authored-date>
    <message>Fixing some tests that were broken in 2fba85af

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>3c786b42679f3bea18979aceb8e3bf2a5184f366</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b0c01dac2270b3107a07fd504f1c41f592e8f790</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/2afbd0d877511511fb1a0c7242d2a3251c7bb82c</url>
    <id>2afbd0d877511511fb1a0c7242d2a3251c7bb82c</id>
    <committed-date>2008-10-08T20:33:05-07:00</committed-date>
    <authored-date>2008-10-08T20:06:45-07:00</authored-date>
    <message>Fixing a test that was failing as a result of the fix to #1491

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>fcdf6e42d9d1af4ba4c0f515c05f83aa87832c26</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aea55823db21088f2dc19f99f857b12332b6c208</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b0c01dac2270b3107a07fd504f1c41f592e8f790</url>
    <id>b0c01dac2270b3107a07fd504f1c41f592e8f790</id>
    <committed-date>2008-10-08T20:32:56-07:00</committed-date>
    <authored-date>2008-10-08T20:27:12-07:00</authored-date>
    <message>Adding an additional option for the fix in ff36832e, skipping missing cert dirs

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>e1b0d09107aa976ea4d14b85e2c0ec7b6f8a9908</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65d3040d5d5f792405404caece16261088bfcf6a</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/aea55823db21088f2dc19f99f857b12332b6c208</url>
    <id>aea55823db21088f2dc19f99f857b12332b6c208</id>
    <committed-date>2008-10-08T20:32:56-07:00</committed-date>
    <authored-date>2008-10-08T20:23:40-07:00</authored-date>
    <message>Removing a gid test for users, since it is a bad test and has mostly been replaced in rspec

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>5b5d00cab9a66a57314b36b401d09c27583573ef</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b08002e45aa051b84e2feaab75dce8fd5016ce39</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/65d3040d5d5f792405404caece16261088bfcf6a</url>
    <id>65d3040d5d5f792405404caece16261088bfcf6a</id>
    <committed-date>2008-10-08T20:32:56-07:00</committed-date>
    <authored-date>2008-10-08T20:16:31-07:00</authored-date>
    <message>Fixing a test that was broken in ee579641

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>5dac208183b9aaea9461803686de32a378e0c7b8</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2bf0ba5651bfebf202bac5636063cece0208b667</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b08002e45aa051b84e2feaab75dce8fd5016ce39</url>
    <id>b08002e45aa051b84e2feaab75dce8fd5016ce39</id>
    <committed-date>2008-10-08T20:32:56-07:00</committed-date>
    <authored-date>2008-10-08T20:13:52-07:00</authored-date>
    <message>Fixing some tests that were broken in the fix for #1633

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>e19224bc5afa7a16688c67e32b5f9fec70eae36b</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>952ebb8bfaad10490ff15d70b4f69f3c0a52e481</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/2bf0ba5651bfebf202bac5636063cece0208b667</url>
    <id>2bf0ba5651bfebf202bac5636063cece0208b667</id>
    <committed-date>2008-10-08T20:32:55-07:00</committed-date>
    <authored-date>2008-10-08T20:10:26-07:00</authored-date>
    <message>Fixing a test that was failing because i-have-no-idea

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>8e14936b93aec1b439082a1842f378c2d5465149</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a5fe87fb3c54dd0dfa20e6220cc76c7969c27d03</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/952ebb8bfaad10490ff15d70b4f69f3c0a52e481</url>
    <id>952ebb8bfaad10490ff15d70b4f69f3c0a52e481</id>
    <committed-date>2008-10-08T20:05:43-07:00</committed-date>
    <authored-date>2008-10-08T20:05:43-07:00</authored-date>
    <message>Fixing a test that was failing because of the change to retrieve() in ee579641

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>b73ef887ab805f9abc7a8f4269d5acd571c8a553</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>53b7d42bb061ff1cfea3519179779a1cba2cf877</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/a5fe87fb3c54dd0dfa20e6220cc76c7969c27d03</url>
    <id>a5fe87fb3c54dd0dfa20e6220cc76c7969c27d03</id>
    <committed-date>2008-10-08T20:04:49-07:00</committed-date>
    <authored-date>2008-10-08T20:04:49-07:00</authored-date>
    <message>Fixing a file source test that was failing because missing sources is now a failure

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>4305c7f38eea07cc451589c195ce7b1e24da65db</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5ec6b0734d5656dbfcf89320d476e0aeeec500f5</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/53b7d42bb061ff1cfea3519179779a1cba2cf877</url>
    <id>53b7d42bb061ff1cfea3519179779a1cba2cf877</id>
    <committed-date>2008-10-08T20:03:22-07:00</committed-date>
    <authored-date>2008-10-08T20:03:22-07:00</authored-date>
    <message>Fixing the broken tests resulting from the fix for #1551.

The test was expecting the current time, albeit as an integer.

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>4a6156ca94f381b6340b820700fecfb61c72b67b</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54abe7084da32570f1d4b8522d9d3232c4313d4e</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/5ec6b0734d5656dbfcf89320d476e0aeeec500f5</url>
    <id>5ec6b0734d5656dbfcf89320d476e0aeeec500f5</id>
    <committed-date>2008-10-08T19:27:21-07:00</committed-date>
    <authored-date>2008-10-08T19:27:21-07:00</authored-date>
    <message>Adding warnings when example groups are skipped.

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>6629274f60655a23383d428e4004cc0e145e5644</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85d3ae02fb4707f1dd566019221195e431365c2f</id>
      </parent>
    </parents>
    <author>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/54abe7084da32570f1d4b8522d9d3232c4313d4e</url>
    <id>54abe7084da32570f1d4b8522d9d3232c4313d4e</id>
    <committed-date>2008-10-08T19:16:26-07:00</committed-date>
    <authored-date>2008-10-08T19:16:26-07:00</authored-date>
    <message>Moving some test/ package tests to rspec integration tests
and disabling a gem test that hangs forever for me.

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
    <tree>f3788fe60db5c826ee17ee41765ae446a90476a5</tree>
    <committer>
      <name>Luke Kanies</name>
      <email>luke@madstop.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a562ce5f7c6737280b92ee05b0609bd4b8088450</id>
      </parent>
    </parents>
    <author>
      <name>Sean E. Millichamp</name>
      <email>sean@bruenor.org</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/85d3ae02fb4707f1dd566019221195e431365c2f</url>
    <id>85d3ae02fb4707f1dd566019221195e431365c2f</id>
    <committed-date>2008-10-08T17:40:22-07:00</committed-date>
    <authored-date>2008-10-08T08:40:25-07:00</authored-date>
    <message>Cleanup selboolean and selmodule unit tests to pass on non-SELinux systems</message>
    <tree>4bd0674cd31b1ada7240dc021d0df91204917c7b</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b4aa0c442f40125526cf2a19c15af4908684388</id>
      </parent>
    </parents>
    <author>
      <name>Sean E. Millichamp</name>
      <email>sean@bruenor.org</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/a562ce5f7c6737280b92ee05b0609bd4b8088450</url>
    <id>a562ce5f7c6737280b92ee05b0609bd4b8088450</id>
    <committed-date>2008-10-08T17:40:06-07:00</committed-date>
    <authored-date>2008-10-08T08:39:10-07:00</authored-date>
    <message>Add unit test coverage for Puppet::Util::SELinux and fix problems found by tests</message>
    <tree>aa900df25223c9b841f05bfff6ba9b9f4b0a2d4c</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4265825096677f596a6b8a2274e0bb802a60904c</id>
      </parent>
    </parents>
    <author>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/2b4aa0c442f40125526cf2a19c15af4908684388</url>
    <id>2b4aa0c442f40125526cf2a19c15af4908684388</id>
    <committed-date>2008-10-08T13:58:26-07:00</committed-date>
    <authored-date>2008-10-08T13:58:26-07:00</authored-date>
    <message>Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseradd</message>
    <tree>56a98af2f62f125a4f6e39372ea3a9fd25ae29ee</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c31db9500d79f29c5e5e1419ab4f616a7a2ed88</id>
      </parent>
    </parents>
    <author>
      <name>Brice Figureau</name>
      <email>brice@daysofwonder.com</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/4265825096677f596a6b8a2274e0bb802a60904c</url>
    <id>4265825096677f596a6b8a2274e0bb802a60904c</id>
    <committed-date>2008-10-08T13:48:33-07:00</committed-date>
    <authored-date>2008-10-08T05:37:44-07:00</authored-date>
    <message>Fix #1636 - part2 - correct some client errors.

#1636 original patch was incomplete, and on some cases, the client
could report:
&quot;Failed to generate additional resources during transaction:
None of the provided sources exist&quot;
The server was trying to recurse when asking to list files and thus was
returning an empty response instead of a &quot;file&quot; response.</message>
    <tree>0f6ac19a07ca833e63c90045b9c00385506e978f</tree>
    <committer>
      <name>James Turnbull</name>
      <email>james@lovedthanlost.net</email>
    </committer>
  </commit>
</commits>
