<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b84015af897650aaebdb69674c4be137ea066d8d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/49c9a62926077f0ae861a50b614e3d6591c18a2d</url>
    <id>49c9a62926077f0ae861a50b614e3d6591c18a2d</id>
    <committed-date>2007-08-06T19:41:23-07:00</committed-date>
    <authored-date>2007-08-06T19:41:23-07:00</authored-date>
    <message>Adding release tag REL_0_23_2

git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_23_2@2756 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>9a2f1edb5e89931ae64c7c08929f515bb32a022e</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aaf5959fe3e9ff90d7288bb1ba8805bad2e7d05a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b84015af897650aaebdb69674c4be137ea066d8d</url>
    <id>b84015af897650aaebdb69674c4be137ea066d8d</id>
    <committed-date>2007-08-06T19:38:45-07:00</committed-date>
    <authored-date>2007-08-06T19:38:45-07:00</authored-date>
    <message>The last set of bug-fixes before the next release.  This commit just fixes a couple of problems that resulted when I changed the Provider#initialize method to not duplicate its argument, which was necessary for ParsedFile.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2753 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>70c840a70b30a6a8e14a573ad227debefd94049c</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db0ffc7559d727fbfede9079f51e41031b900a89</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/aaf5959fe3e9ff90d7288bb1ba8805bad2e7d05a</url>
    <id>aaf5959fe3e9ff90d7288bb1ba8805bad2e7d05a</id>
    <committed-date>2007-08-06T13:05:28-07:00</committed-date>
    <authored-date>2007-08-06T13:05:28-07:00</authored-date>
    <message>Adding test support for the other mongrel configuration header

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2752 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>27ca422ab930de606bff80de3a6e57d93144b35b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e419cf750dc1ac9572616b7318d7501d9d366ed</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/db0ffc7559d727fbfede9079f51e41031b900a89</url>
    <id>db0ffc7559d727fbfede9079f51e41031b900a89</id>
    <committed-date>2007-08-06T12:23:11-07:00</committed-date>
    <authored-date>2007-08-06T12:23:11-07:00</authored-date>
    <message>Copying the &quot;commands&quot; and &quot;confine&quot; statements to the actual dscl providers, since they need to be there to determine where the providers are suitable.  Otherwise base classes could unnecessarily affect how subclasses work.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2751 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>4ab36d8251424cdfafd002c4bc163e520ac5489a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d121b1f06e40067c499a1a8ef9e805298c20c9a2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/5e419cf750dc1ac9572616b7318d7501d9d366ed</url>
    <id>5e419cf750dc1ac9572616b7318d7501d9d366ed</id>
    <committed-date>2007-08-06T10:59:37-07:00</committed-date>
    <authored-date>2007-08-06T10:59:37-07:00</authored-date>
    <message>Fixing #749 -- environment settings no longer accumulate.  Significantly adding to the cron tests at the same time, such that hopefully we will no longer have these recurring bugs.  I now do every combinatorial of multi-line cron jobs, including doing them all in one file.  There are, unfortunately, still edge cases, but maybe we will have some peace in cron space for a while, anyway.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2750 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>db2044b548adf4af668698fcd6fbada37a2f5cfe</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e6c2baffb7605da2bc40a0a49c267c51a54a056</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/d121b1f06e40067c499a1a8ef9e805298c20c9a2</url>
    <id>d121b1f06e40067c499a1a8ef9e805298c20c9a2</id>
    <committed-date>2007-08-05T12:12:30-07:00</committed-date>
    <authored-date>2007-08-05T12:12:30-07:00</authored-date>
    <message>Removing the code from #745 until it can pass some basic tests

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2749 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>0a2c0931e2b755de86234de386485345118beb54</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>22e7b390878769e2079b5bbd5f10ab152b4b921d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/1e6c2baffb7605da2bc40a0a49c267c51a54a056</url>
    <id>1e6c2baffb7605da2bc40a0a49c267c51a54a056</id>
    <committed-date>2007-08-05T12:04:41-07:00</committed-date>
    <authored-date>2007-08-05T12:04:41-07:00</authored-date>
    <message>Adding syslog support by devdas (#745).

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2748 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>1ecc2b9f1aec3789ffecf5406d90d80b01257a9c</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7bda32e9fbb6fb63c5f33fa839f03cc305c2b449</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/22e7b390878769e2079b5bbd5f10ab152b4b921d</url>
    <id>22e7b390878769e2079b5bbd5f10ab152b4b921d</id>
    <committed-date>2007-08-05T12:01:39-07:00</committed-date>
    <authored-date>2007-08-05T12:01:39-07:00</authored-date>
    <message>Fixing #751 -- the interface providers now have basic tests, at least to verify that prefetching and listing works.  I think these resource types need to be largely rewritten, though, and they currently have no relationship to ifconfig, which seems strange.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2747 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>0a2c0931e2b755de86234de386485345118beb54</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d629bb2b237a7bd93e70a029739cb68ee6f9c7c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/7bda32e9fbb6fb63c5f33fa839f03cc305c2b449</url>
    <id>7bda32e9fbb6fb63c5f33fa839f03cc305c2b449</id>
    <committed-date>2007-08-05T10:57:31-07:00</committed-date>
    <authored-date>2007-08-05T10:57:31-07:00</authored-date>
    <message>Fixing #731 - we are now correctly only collecting exported resources

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2746 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>0dc12c1f3bad21d7924b72d194dcfd8e7a96a9d6</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8bf96af7649eedb294b0525c877cd8ba565d6e2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/3d629bb2b237a7bd93e70a029739cb68ee6f9c7c</url>
    <id>3d629bb2b237a7bd93e70a029739cb68ee6f9c7c</id>
    <committed-date>2007-08-05T10:49:23-07:00</committed-date>
    <authored-date>2007-08-05T10:49:23-07:00</authored-date>
    <message>Fixing #730 -- mounts now call flush() before trying to mount

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2745 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>2c465828a86b199f1cec2bf33f4bc97b2b349f3b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>40e4d6fa02e801a26c2880840befa32718e55452</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/a8bf96af7649eedb294b0525c877cd8ba565d6e2</url>
    <id>a8bf96af7649eedb294b0525c877cd8ba565d6e2</id>
    <committed-date>2007-08-04T13:00:19-07:00</committed-date>
    <authored-date>2007-08-04T13:00:19-07:00</authored-date>
    <message>Adding a file that should have been in a commit from yesterda

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2744 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>81b8d5c1e963c3469807e0af9a52830cdbf6c6e3</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97cd057177f18a0e6694aab0e440f86e0bf08d42</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/40e4d6fa02e801a26c2880840befa32718e55452</url>
    <id>40e4d6fa02e801a26c2880840befa32718e55452</id>
    <committed-date>2007-08-03T17:36:47-07:00</committed-date>
    <authored-date>2007-08-03T17:36:47-07:00</authored-date>
    <message>Fixing #735 -- gen_config now uses a single heading, matching the name of the process

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2743 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>893496547abebfd805e4b28e4ba13f443c66e897</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72f2ac39e036d3fea88569d17f3e455670bba063</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/97cd057177f18a0e6694aab0e440f86e0bf08d42</url>
    <id>97cd057177f18a0e6694aab0e440f86e0bf08d42</id>
    <committed-date>2007-08-03T16:49:53-07:00</committed-date>
    <authored-date>2007-08-03T16:49:53-07:00</authored-date>
    <message>Fixing #314 and #729; here's the changelog:

    Refactored how the parser and interpreter relate,
    so parsing is now effectively an atomic process (thus
    fixing #314 and #729).  This makes the interpreter less
    prone to error and less prone to show the error to the
    clients.  Note that this means that if a configuration
    fails to parse, then the previous, parseable configuration
    will be used instead, so the client will not know that
    the configuration failed to parse.



git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2742 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>31a9808aa723180eb43f4fc2c952c3824f89d5d7</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a37c73b339ced3f1eb8a5fca1f8482837cb2d39</id>
      </parent>
    </parents>
    <author>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/72f2ac39e036d3fea88569d17f3e455670bba063</url>
    <id>72f2ac39e036d3fea88569d17f3e455670bba063</id>
    <committed-date>2007-08-03T16:14:32-07:00</committed-date>
    <authored-date>2007-08-03T16:14:32-07:00</authored-date>
    <message>Apply fix for typo provided by Toshio Kuratomi (bz250870)

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2741 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>a4fdd8c1496d45b53a14ad911b7156acedbab88d</tree>
    <committer>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a5d2411265443a9331179c9410271e51b9d98f7</id>
      </parent>
    </parents>
    <author>
      <name>mccune</name>
      <email>mccune@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/2a37c73b339ced3f1eb8a5fca1f8482837cb2d39</url>
    <id>2a37c73b339ced3f1eb8a5fca1f8482837cb2d39</id>
    <committed-date>2007-08-03T13:43:53-07:00</committed-date>
    <authored-date>2007-08-03T13:43:53-07:00</authored-date>
    <message>Removed stray debugger method.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2740 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>21f36eb6b24ade53af14c5a1edfc35d15ea973bb</tree>
    <committer>
      <name>mccune</name>
      <email>mccune@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>08d89455aa848f95fcfa4ae35451c0a86563401d</id>
      </parent>
    </parents>
    <author>
      <name>mccune</name>
      <email>mccune@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/5a5d2411265443a9331179c9410271e51b9d98f7</url>
    <id>5a5d2411265443a9331179c9410271e51b9d98f7</id>
    <committed-date>2007-08-03T13:36:49-07:00</committed-date>
    <authored-date>2007-08-03T13:36:49-07:00</authored-date>
    <message>DirectoryService provider for users and groups.  Alternative to netinfo, as apple has indicated NetInfo may go away at some point in the future.  It might happen in October.

FIXME: implement groups and groups= instances methods for Puppet::Type::User::ProviderDirectoryservice

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2739 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ca1a360b85943488d5744a35679bd7539e234407</tree>
    <committer>
      <name>mccune</name>
      <email>mccune@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5eacd19aa963c8200df12d6ec593573aa3183850</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/08d89455aa848f95fcfa4ae35451c0a86563401d</url>
    <id>08d89455aa848f95fcfa4ae35451c0a86563401d</id>
    <committed-date>2007-08-03T13:18:30-07:00</committed-date>
    <authored-date>2007-08-03T13:18:30-07:00</authored-date>
    <message>Fixing #734.  The problem was that when I switched how the configs were parsed, I managed to lose the ability to keep values set on the cli from being overridden by values set in config files.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2738 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>cf6405afa36bd894788a6f250c0d70a8f48aee19</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6841397b2a4d83ba27d3f68e892b03acf9079bcc</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/5eacd19aa963c8200df12d6ec593573aa3183850</url>
    <id>5eacd19aa963c8200df12d6ec593573aa3183850</id>
    <committed-date>2007-08-03T12:40:16-07:00</committed-date>
    <authored-date>2007-08-03T12:40:16-07:00</authored-date>
    <message>Renaming the linux interface provider to redhat

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2737 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>08b54954db8b243d376ca0a67ce727922a07525f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>877282e8e9e067483fe0c7384ac8e4643dd495df</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/6841397b2a4d83ba27d3f68e892b03acf9079bcc</url>
    <id>6841397b2a4d83ba27d3f68e892b03acf9079bcc</id>
    <committed-date>2007-08-03T12:37:54-07:00</committed-date>
    <authored-date>2007-08-03T12:37:54-07:00</authored-date>
    <message>Applying patch by stick to the linux interface provider

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2736 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>381ef7b852e40131e2c3fc998b9a3f29a1f547be</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81d690ad006248b6194f380d0dc21f6124199557</id>
      </parent>
    </parents>
    <author>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/877282e8e9e067483fe0c7384ac8e4643dd495df</url>
    <id>877282e8e9e067483fe0c7384ac8e4643dd495df</id>
    <committed-date>2007-08-03T12:31:15-07:00</committed-date>
    <authored-date>2007-08-03T12:31:15-07:00</authored-date>
    <message>Undo previous commit, which was an error

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2735 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>cb9e2e92445a82f9952783c7b8eb8d48c6e9a3c9</tree>
    <committer>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36a3e4a38c50c1dff621a1ddf9a362a670681768</id>
      </parent>
    </parents>
    <author>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/81d690ad006248b6194f380d0dc21f6124199557</url>
    <id>81d690ad006248b6194f380d0dc21f6124199557</id>
    <committed-date>2007-08-03T12:26:57-07:00</committed-date>
    <authored-date>2007-08-03T12:26:57-07:00</authored-date>
    <message>Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - otherwise we clobber settings from puppet.conf

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2734 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>778b0b959bcbdf3b0dd5f56803a83b975087f163</tree>
    <committer>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52e9fa0e734c6b6a873952fded94071910c2d3ac</id>
      </parent>
    </parents>
    <author>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/36a3e4a38c50c1dff621a1ddf9a362a670681768</url>
    <id>36a3e4a38c50c1dff621a1ddf9a362a670681768</id>
    <committed-date>2007-08-03T12:09:07-07:00</committed-date>
    <authored-date>2007-08-03T12:09:07-07:00</authored-date>
    <message>Changes for 0.23.1

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2733 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>e39d72d6cf1f9210863c49d3e9f81c0fee849a85</tree>
    <committer>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7547baf6424ccb5f172566b11b9e3d7fe324fe00</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/52e9fa0e734c6b6a873952fded94071910c2d3ac</url>
    <id>52e9fa0e734c6b6a873952fded94071910c2d3ac</id>
    <committed-date>2007-07-31T09:35:24-07:00</committed-date>
    <authored-date>2007-07-31T09:35:24-07:00</authored-date>
    <message>Adding interface implementations, as written by Paul Rose

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2732 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f713eea9df6503c69005e6d06a8cfd31c679a2dc</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e11a1a418bc3449e7606c450b500005afc2c7d1</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/7547baf6424ccb5f172566b11b9e3d7fe324fe00</url>
    <id>7547baf6424ccb5f172566b11b9e3d7fe324fe00</id>
    <committed-date>2007-07-30T19:34:28-07:00</committed-date>
    <authored-date>2007-07-30T19:34:28-07:00</authored-date>
    <message>Adding a test for rails

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2731 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>747d3bd72a006288303522d889b3cfe757549bdc</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b25750475a456a3e23ae03e261cabc74f80ed9a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/1e11a1a418bc3449e7606c450b500005afc2c7d1</url>
    <id>1e11a1a418bc3449e7606c450b500005afc2c7d1</id>
    <committed-date>2007-07-30T19:34:07-07:00</committed-date>
    <authored-date>2007-07-30T19:34:07-07:00</authored-date>
    <message>Removing test that ended up being redundant

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2730 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>20f87c9185e350bf195d898c34a4b6aa016d678a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87da1726551a9e8c6596146fd3efe07780d728e1</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/4b25750475a456a3e23ae03e261cabc74f80ed9a</url>
    <id>4b25750475a456a3e23ae03e261cabc74f80ed9a</id>
    <committed-date>2007-07-30T15:05:44-07:00</committed-date>
    <authored-date>2007-07-30T15:05:44-07:00</authored-date>
    <message>Applying patch my emerose to fix #652.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2729 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f30d121dd7d7566a5a4bebed6e45b01906eb9bde</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>530d29031ddb8adf4fb9c1148ca3d0ac749c87dc</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/87da1726551a9e8c6596146fd3efe07780d728e1</url>
    <id>87da1726551a9e8c6596146fd3efe07780d728e1</id>
    <committed-date>2007-07-30T09:18:33-07:00</committed-date>
    <authored-date>2007-07-30T09:18:33-07:00</authored-date>
    <message>Adding the requirement that the cert dn have /CN= in it, thus hopefully catching clients without certs

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2728 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>691f81a23e3ce5ad543794e90d9a3bab3d48b67b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64fba484eb91e68f31fad33cea73331485bb76f3</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/530d29031ddb8adf4fb9c1148ca3d0ac749c87dc</url>
    <id>530d29031ddb8adf4fb9c1148ca3d0ac749c87dc</id>
    <committed-date>2007-07-30T09:12:53-07:00</committed-date>
    <authored-date>2007-07-30T09:12:53-07:00</authored-date>
    <message>Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to be a CA

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2727 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b555afeabf64707fc02123c837caf98be5251f3b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3988cc37ad63258b7c166d5bc333a69938cfde8</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/64fba484eb91e68f31fad33cea73331485bb76f3</url>
    <id>64fba484eb91e68f31fad33cea73331485bb76f3</id>
    <committed-date>2007-07-20T12:23:36-07:00</committed-date>
    <authored-date>2007-07-20T12:23:36-07:00</authored-date>
    <message>Updated to version 0.23.1

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2725 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f98c49f5162466b3dad1b0967563119582f297ca</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2229dc1621106510a34d1ce80cbec883f8b2af8c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/d3988cc37ad63258b7c166d5bc333a69938cfde8</url>
    <id>d3988cc37ad63258b7c166d5bc333a69938cfde8</id>
    <committed-date>2007-07-20T12:23:33-07:00</committed-date>
    <authored-date>2007-07-20T12:23:33-07:00</authored-date>
    <message>Updated to version 0.23.1

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