<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f13c451d5b72231ee57aa7c073f4b23792b24820</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/74a3b4d76cff2b458825e46a8f73ea97aad8cee2</url>
    <id>74a3b4d76cff2b458825e46a8f73ea97aad8cee2</id>
    <committed-date>2006-07-22T14:12:19-07:00</committed-date>
    <authored-date>2006-07-22T14:12:19-07:00</authored-date>
    <message>Adding release tag REL_0_18_4

git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_18_4@1427 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>536ea1afad16442256e9f19e08952f6a2cc1e53c</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cdeccab2e0fc1b40b5060780c99d52f936f9732d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/f13c451d5b72231ee57aa7c073f4b23792b24820</url>
    <id>f13c451d5b72231ee57aa7c073f4b23792b24820</id>
    <committed-date>2006-07-22T14:09:10-07:00</committed-date>
    <authored-date>2006-07-22T14:09:10-07:00</authored-date>
    <message>updating changelog for 0.18.4

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1423 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>5f1b5599825683770cee16375691e157eea27213</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b42eaee1a7e8dd1ef7a7daad5d0b03aba6113d00</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/cdeccab2e0fc1b40b5060780c99d52f936f9732d</url>
    <id>cdeccab2e0fc1b40b5060780c99d52f936f9732d</id>
    <committed-date>2006-07-21T20:32:56-07:00</committed-date>
    <authored-date>2006-07-21T20:32:56-07:00</authored-date>
    <message>Another batch of bug fixes, this time focused on OS X patches.  Looks like I did not test on os x last time.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1422 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ea60c02ad605f553e75a19a8f5446194c4260c51</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9e61510ac96cc53b2fbc58efa969499eb0c0c11f</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b42eaee1a7e8dd1ef7a7daad5d0b03aba6113d00</url>
    <id>b42eaee1a7e8dd1ef7a7daad5d0b03aba6113d00</id>
    <committed-date>2006-07-21T16:12:51-07:00</committed-date>
    <authored-date>2006-07-21T16:12:51-07:00</authored-date>
    <message>First round of bugfixes in preparation for 0.18.4

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1421 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>45a3eba8dad449b525af4a0a9602318b62d17190</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>310b3a11eec563c4687041f9ae1a0b894571bc05</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/9e61510ac96cc53b2fbc58efa969499eb0c0c11f</url>
    <id>9e61510ac96cc53b2fbc58efa969499eb0c0c11f</id>
    <committed-date>2006-07-21T14:16:09-07:00</committed-date>
    <authored-date>2006-07-21T14:16:09-07:00</authored-date>
    <message>Fixing #77.  As I feared, this was a pretty complicated fix; I had to add a lot of infrastructure to both ParsedFile and Config.  All config files now have a timer created for them, and by default they check for file changes every 15 seconds.  If there is a change, they get rid of values set by the file (but not set on the cli) and set the new values, then the re-use all of the sections, so that any changed directories or whatever get recreated.

This is still not a 100% solution, since things like open files could still be messed with, but I think this is about as close as we are going to get.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1420 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f72e42e9d6cbdf4b45095087d927c5e8c4fa6fea</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c8537a51c61290c9ba32d57fed31b389dbbdeb29</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/310b3a11eec563c4687041f9ae1a0b894571bc05</url>
    <id>310b3a11eec563c4687041f9ae1a0b894571bc05</id>
    <committed-date>2006-07-21T13:11:13-07:00</committed-date>
    <authored-date>2006-07-21T13:11:13-07:00</authored-date>
    <message>Adding timeout functionality to the ParsedFile class, in preparation to adding config reloading to the Config class.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1419 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ebaf6941383ae7c2616f59258c0e95c83eb21044</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>21ae8fbdcef5b31f4794869b075e344606446555</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/c8537a51c61290c9ba32d57fed31b389dbbdeb29</url>
    <id>c8537a51c61290c9ba32d57fed31b389dbbdeb29</id>
    <committed-date>2006-07-21T12:38:29-07:00</committed-date>
    <authored-date>2006-07-21T12:38:29-07:00</authored-date>
    <message>Apparently objects were legal rvalues, which does not make any sense.  Fixed this, and added a test verify.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1418 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>92e615bfd2d9858e417a10e3942885a2da39aa70</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>039abd6d792dd99bf5c1ad272c4f841f80ea5642</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/21ae8fbdcef5b31f4794869b075e344606446555</url>
    <id>21ae8fbdcef5b31f4794869b075e344606446555</id>
    <committed-date>2006-07-21T12:33:36-07:00</committed-date>
    <authored-date>2006-07-21T12:33:36-07:00</authored-date>
    <message>Fixing #185.  Added a check for cdrom sources, and added an override parameter.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1417 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>7f6994c250b1cb6ae3006c9ce8fe2f240b4b849e</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2091eddc4e53cb2e16646081b3bb64e1342858f8</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/039abd6d792dd99bf5c1ad272c4f841f80ea5642</url>
    <id>039abd6d792dd99bf5c1ad272c4f841f80ea5642</id>
    <committed-date>2006-07-21T12:05:30-07:00</committed-date>
    <authored-date>2006-07-21T12:05:30-07:00</authored-date>
    <message>Fixing #176.  You can now do duplicate UIDs (or GIDs on most platforms) with :allowdupe.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1416 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ce8d374a9c1d948bee74d747ee24e7f918f7c8ae</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>76aec7c684fb877dad8fe5098dfb2c043999bc80</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/2091eddc4e53cb2e16646081b3bb64e1342858f8</url>
    <id>2091eddc4e53cb2e16646081b3bb64e1342858f8</id>
    <committed-date>2006-07-21T08:37:15-07:00</committed-date>
    <authored-date>2006-07-21T08:37:15-07:00</authored-date>
    <message>Fixing #200.  I basically just moved the daemonize statement before most other code.  This makes things a little less nice when starting puppetd manually, since it might still fail and the user would not know without checking logs, but it is the only real option at this point.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1415 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>94d77dcf96fb50527678287a51b3948137e9bc66</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3cc3f6696481e4e0b8756ecb0cc58aa8536c5862</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/76aec7c684fb877dad8fe5098dfb2c043999bc80</url>
    <id>76aec7c684fb877dad8fe5098dfb2c043999bc80</id>
    <committed-date>2006-07-21T08:20:44-07:00</committed-date>
    <authored-date>2006-07-21T08:20:44-07:00</authored-date>
    <message>Fixing #202.  Just bumped the log level to notice and changed the wording slightly

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1414 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>94906a3d364a7fd85827f1ca7f9904d6b70c2ce7</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7228413b9a8d4085a5cf1f0f3f9ab944a0a8ee44</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/3cc3f6696481e4e0b8756ecb0cc58aa8536c5862</url>
    <id>3cc3f6696481e4e0b8756ecb0cc58aa8536c5862</id>
    <committed-date>2006-07-21T08:15:06-07:00</committed-date>
    <authored-date>2006-07-21T08:15:06-07:00</authored-date>
    <message>Applied patch in #203

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1413 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ad68b0ffb9ca7ae8e95335fb144650f4e2268227</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ebd28e84fd559adde54422723cf774bdda6d8ed6</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/7228413b9a8d4085a5cf1f0f3f9ab944a0a8ee44</url>
    <id>7228413b9a8d4085a5cf1f0f3f9ab944a0a8ee44</id>
    <committed-date>2006-07-21T08:10:59-07:00</committed-date>
    <authored-date>2006-07-21T08:10:59-07:00</authored-date>
    <message>Fixing #201; users now autorequire extra groups

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1412 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>e690d52109b91baece63896734d15904e6f1fb71</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8e25115d46966bebeb5c7a9d03ab14c4f5785609</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/ebd28e84fd559adde54422723cf774bdda6d8ed6</url>
    <id>ebd28e84fd559adde54422723cf774bdda6d8ed6</id>
    <committed-date>2006-07-21T08:10:31-07:00</committed-date>
    <authored-date>2006-07-21T08:10:31-07:00</authored-date>
    <message>moving plugin evaluation into a begin/rescue block

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1411 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>4bf67c9a64a43c1001f85af758a2c3eead7b2d58</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>041c07bb9be409b22d443e8db18d6425bccf4f13</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/8e25115d46966bebeb5c7a9d03ab14c4f5785609</url>
    <id>8e25115d46966bebeb5c7a9d03ab14c4f5785609</id>
    <committed-date>2006-07-21T08:10:11-07:00</committed-date>
    <authored-date>2006-07-21T08:10:11-07:00</authored-date>
    <message>Fixing puppetdoc's output

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1410 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>8c47841851d680fc1951224f7b77e8819e5052b2</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>19e411b76b46d331fe82b66f0b1710195e1476e7</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/041c07bb9be409b22d443e8db18d6425bccf4f13</url>
    <id>041c07bb9be409b22d443e8db18d6425bccf4f13</id>
    <committed-date>2006-07-20T15:51:07-07:00</committed-date>
    <authored-date>2006-07-20T15:51:07-07:00</authored-date>
    <message>adding all mailing lists to index

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1409 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b4a95401b42ac274382abcb2513138ee23fe3034</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>09e0792b9a3c6d237963cf11f38fee7af4fd1dd6</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/19e411b76b46d331fe82b66f0b1710195e1476e7</url>
    <id>19e411b76b46d331fe82b66f0b1710195e1476e7</id>
    <committed-date>2006-07-20T12:01:58-07:00</committed-date>
    <authored-date>2006-07-20T12:01:58-07:00</authored-date>
    <message>removing message about the statefile not existing

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1408 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>d96e97e4cf78a5964635457fd714f956f26ef35b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c9640a78a67feaebe51cc4f43e12e50cbebea687</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/09e0792b9a3c6d237963cf11f38fee7af4fd1dd6</url>
    <id>09e0792b9a3c6d237963cf11f38fee7af4fd1dd6</id>
    <committed-date>2006-07-20T09:57:37-07:00</committed-date>
    <authored-date>2006-07-20T09:57:37-07:00</authored-date>
    <message>more doc modifications

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1407 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>c9a704f73d09c78f08419cd3ef91bb04246ba103</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>40e2db3cf7d08b4870384bf690728df87edb6835</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/c9640a78a67feaebe51cc4f43e12e50cbebea687</url>
    <id>c9640a78a67feaebe51cc4f43e12e50cbebea687</id>
    <committed-date>2006-07-20T09:06:19-07:00</committed-date>
    <authored-date>2006-07-20T09:06:19-07:00</authored-date>
    <message>Updating some docs, and renaming configuration reference page

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1406 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>2d23721040534565623bd45ba38772d93dde53ce</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>813d1c9daf8e4cb479980f6327968b64890a36d7</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/40e2db3cf7d08b4870384bf690728df87edb6835</url>
    <id>40e2db3cf7d08b4870384bf690728df87edb6835</id>
    <committed-date>2006-07-20T08:40:04-07:00</committed-date>
    <authored-date>2006-07-20T08:40:04-07:00</authored-date>
    <message>All docs moved over now, and the real index page exists again

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1405 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>15f48323f7e1d7acf23d6652e7cbc57a4711fb7c</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f02f6f713b7058a9c554181d8b3496cee4d51f16</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/813d1c9daf8e4cb479980f6327968b64890a36d7</url>
    <id>813d1c9daf8e4cb479980f6327968b64890a36d7</id>
    <committed-date>2006-07-20T08:30:16-07:00</committed-date>
    <authored-date>2006-07-20T08:30:16-07:00</authored-date>
    <message>committing docs before i move all of them into a separate subdirectory

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1404 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>73207b637bb04ed020107b641ef9f5fc822ff210</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0b90333d2ca6fb2fa8ff77618851cfb30bd9eead</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/f02f6f713b7058a9c554181d8b3496cee4d51f16</url>
    <id>f02f6f713b7058a9c554181d8b3496cee4d51f16</id>
    <committed-date>2006-07-18T16:34:29-07:00</committed-date>
    <authored-date>2006-07-18T16:34:29-07:00</authored-date>
    <message>Adding Solaris SMF manifests and methods

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1403 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>4a81edd65e605f4f6cb33e982e663f4b03fd4aaf</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aba3d6522f83f86c4d04c864becee4e2bc31d95c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/0b90333d2ca6fb2fa8ff77618851cfb30bd9eead</url>
    <id>0b90333d2ca6fb2fa8ff77618851cfb30bd9eead</id>
    <committed-date>2006-07-18T08:35:15-07:00</committed-date>
    <authored-date>2006-07-18T08:35:15-07:00</authored-date>
    <message>Fixing #191.  I was only testing for parsed cron instances, not for created ones.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1402 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>00c8eb6715a60e713ead90d74b368de1e9624d18</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01c880869215288a269b1f607a7c3b4707a47abf</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/aba3d6522f83f86c4d04c864becee4e2bc31d95c</url>
    <id>aba3d6522f83f86c4d04c864becee4e2bc31d95c</id>
    <committed-date>2006-07-18T07:00:33-07:00</committed-date>
    <authored-date>2006-07-18T07:00:33-07:00</authored-date>
    <message>Fixing bug in scope/interpreter where nodes found in ldap must have parent nodes.  The problem was that the the scope was using the presence of a parent node to determine whether a node was found.  Instead I added a flag in the arguments to &quot;Scope#evaluate&quot; to mark nodes as found.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1401 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>fcf0a3a3727e280d5e76f6a6ca4c19d2d0686ef0</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>08650c10ae0ef84840c739f048f5c747f5df0832</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/01c880869215288a269b1f607a7c3b4707a47abf</url>
    <id>01c880869215288a269b1f607a7c3b4707a47abf</id>
    <committed-date>2006-07-18T06:19:21-07:00</committed-date>
    <authored-date>2006-07-18T06:19:21-07:00</authored-date>
    <message>Adding a unit test for plain &quot;nodesearch&quot;

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1400 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>d20212b46636e4fe8214adffd70b7be3f811eafa</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e74b8affe2aefcea3294ac4567c76e8a15624b73</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/08650c10ae0ef84840c739f048f5c747f5df0832</url>
    <id>08650c10ae0ef84840c739f048f5c747f5df0832</id>
    <committed-date>2006-07-16T13:56:36-07:00</committed-date>
    <authored-date>2006-07-16T13:56:36-07:00</authored-date>
    <message>fixing html markup

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1399 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>be0bd16623d40b391068d79defaced3ae23bd3bb</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8273f2176114c670a75d8784280dd97e77892788</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/e74b8affe2aefcea3294ac4567c76e8a15624b73</url>
    <id>e74b8affe2aefcea3294ac4567c76e8a15624b73</id>
    <committed-date>2006-07-16T13:41:23-07:00</committed-date>
    <authored-date>2006-07-16T13:41:23-07:00</authored-date>
    <message>fixing html markup

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1398 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>6e96d8732f65863ef9b1a7310a73a9a457a470e6</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b23b79786ca1d5c02bd88b49c639e023db347c23</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/8273f2176114c670a75d8784280dd97e77892788</url>
    <id>8273f2176114c670a75d8784280dd97e77892788</id>
    <committed-date>2006-07-13T13:37:50-07:00</committed-date>
    <authored-date>2006-07-13T13:37:50-07:00</authored-date>
    <message>fixing index page in the docs

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1397 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>7df2baa0fb7dce408e76cbcc8d10e96cdc0aa432</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe8ce260e709649f05ead0e00e5d9753e81a12eb</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b23b79786ca1d5c02bd88b49c639e023db347c23</url>
    <id>b23b79786ca1d5c02bd88b49c639e023db347c23</id>
    <committed-date>2006-07-11T14:18:44-07:00</committed-date>
    <authored-date>2006-07-11T14:18:44-07:00</authored-date>
    <message>Updated to version 0.18.3

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1395 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>1f5e4e610926e7905cf8f1f27d2c6606c6a5fcdc</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a984a90c15faf8e138eb5dae3abeed2be2f6ed29</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/fe8ce260e709649f05ead0e00e5d9753e81a12eb</url>
    <id>fe8ce260e709649f05ead0e00e5d9753e81a12eb</id>
    <committed-date>2006-07-11T14:18:40-07:00</committed-date>
    <authored-date>2006-07-11T14:18:40-07:00</authored-date>
    <message>Updated to version 0.18.3

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1394 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f2afa27be1be43d7cc9c3e20849c2b5655540827</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
</commits>
