<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>64a58e423c2549e7aef40372100606da926bd917</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/054cc7743bebcfdbaad18830dd379ee59be70c4c</url>
    <id>054cc7743bebcfdbaad18830dd379ee59be70c4c</id>
    <committed-date>2006-05-02T23:09:33-07:00</committed-date>
    <authored-date>2006-05-02T23:09:33-07:00</authored-date>
    <message>Adding release tag REL_0_16_5

git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_16_5@1170 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f75ce207a6eef3ffc1ea183d59e66d463e69400d</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44f15795d5cc1d5c4cd43b585441212d75d25c81</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/64a58e423c2549e7aef40372100606da926bd917</url>
    <id>64a58e423c2549e7aef40372100606da926bd917</id>
    <committed-date>2006-05-02T23:06:53-07:00</committed-date>
    <authored-date>2006-05-02T23:06:53-07:00</authored-date>
    <message>updating changelog for 0.16.5

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1168 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>76140f8458896a45e92db1e387e2ffaeac9aa78b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9df49d3ee02ed11b82107ea035b9089ca7a2a56</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/44f15795d5cc1d5c4cd43b585441212d75d25c81</url>
    <id>44f15795d5cc1d5c4cd43b585441212d75d25c81</id>
    <committed-date>2006-05-02T22:57:52-07:00</committed-date>
    <authored-date>2006-05-02T22:57:52-07:00</authored-date>
    <message>Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving importing files with classes in them.  This is a better solution than what I had before the bug, anyway.  Also, some documentation fixes.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1167 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>12eda01827c172e59dbcd6a6958ebf501b0ba47a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8c912d1cdd56a48370bd47dec83f3ef126c23ea</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/a9df49d3ee02ed11b82107ea035b9089ca7a2a56</url>
    <id>a9df49d3ee02ed11b82107ea035b9089ca7a2a56</id>
    <committed-date>2006-05-02T21:36:02-07:00</committed-date>
    <authored-date>2006-05-02T21:36:02-07:00</authored-date>
    <message>Fixing some naming problems with crons, and adding appropriate tests

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1166 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>1f63cc3f3d343348ccf8ef8ee0b09a279f0c85b0</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37d2850ade3c4e8e94f3abdbc01afc159ed7dbd0</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/e8c912d1cdd56a48370bd47dec83f3ef126c23ea</url>
    <id>e8c912d1cdd56a48370bd47dec83f3ef126c23ea</id>
    <committed-date>2006-05-02T08:54:45-07:00</committed-date>
    <authored-date>2006-05-02T08:54:45-07:00</authored-date>
    <message>Allowing dashes in class names, although grammar rules restrict it from working anywhere except node names or in tag().  They are valid in host names, and many companies have them in the host names; in fact, this fix is for a company with this exact problem -- they cannot use puppet with their nodes because all their hosts have dashes in the host names.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1165 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>87b1a6f1071fd51bcbd0dc93b0a4ac6e048bc146</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b0481c391cd9c31a76c33eb66d4fb91fa8b7259</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/37d2850ade3c4e8e94f3abdbc01afc159ed7dbd0</url>
    <id>37d2850ade3c4e8e94f3abdbc01afc159ed7dbd0</id>
    <committed-date>2006-05-02T08:29:57-07:00</committed-date>
    <authored-date>2006-05-02T08:29:57-07:00</authored-date>
    <message>Switching to just using &quot;preserve&quot; for file copying in file#handlebackups

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1164 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>650001a26c94d5ac684809a90d233212f35f2ee8</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b84ca9eb057537cc649cf086341650fb18c570c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/8b0481c391cd9c31a76c33eb66d4fb91fa8b7259</url>
    <id>8b0481c391cd9c31a76c33eb66d4fb91fa8b7259</id>
    <committed-date>2006-05-01T22:11:12-07:00</committed-date>
    <authored-date>2006-05-01T22:11:12-07:00</authored-date>
    <message>Updated to version 0.16.4

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1162 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>4bfb0f27bff7eb392f25d7bd683d9cb6f8841a6d</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b67a19b6b0483d73178a928e9d1c2bb752b2f077</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/4b84ca9eb057537cc649cf086341650fb18c570c</url>
    <id>4b84ca9eb057537cc649cf086341650fb18c570c</id>
    <committed-date>2006-05-01T22:10:30-07:00</committed-date>
    <authored-date>2006-05-01T22:10:30-07:00</authored-date>
    <message>updating changelog for 0.16.4

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1161 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ff295a42617812f37541f02f20875a4e132cadde</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a435d076d4d61e35fe4433a5c3e76ffb2203ac5d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b67a19b6b0483d73178a928e9d1c2bb752b2f077</url>
    <id>b67a19b6b0483d73178a928e9d1c2bb752b2f077</id>
    <committed-date>2006-05-01T21:30:40-07:00</committed-date>
    <authored-date>2006-05-01T21:30:40-07:00</authored-date>
    <message>Fixing #132, which involved creating a separate CA client and using it to retrieve the certificates.  There was more work to do because of the weird client/daemon/server heirarchy.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1160 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>dfb6505ece37940f251676bfa95712aba9771ee0</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f08155b2debd29faf881db7a52cd65eb027482f</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/a435d076d4d61e35fe4433a5c3e76ffb2203ac5d</url>
    <id>a435d076d4d61e35fe4433a5c3e76ffb2203ac5d</id>
    <committed-date>2006-04-30T18:09:20-07:00</committed-date>
    <authored-date>2006-04-30T18:09:20-07:00</authored-date>
    <message>Updated to version 0.16.3

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1158 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>a81999bb19613d89340c51a0eed05db5a2e07b66</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2faa4477bbb875813d82e4285a8bf957c22e6e90</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/3f08155b2debd29faf881db7a52cd65eb027482f</url>
    <id>3f08155b2debd29faf881db7a52cd65eb027482f</id>
    <committed-date>2006-04-30T18:08:53-07:00</committed-date>
    <authored-date>2006-04-30T18:08:53-07:00</authored-date>
    <message>updating changelog

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1157 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>c7830abc9b27b2be43dae53b14df5f4e079e4780</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e246abb9e77777944bf1c5645bfc8f716c04976</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/2faa4477bbb875813d82e4285a8bf957c22e6e90</url>
    <id>2faa4477bbb875813d82e4285a8bf957c22e6e90</id>
    <committed-date>2006-04-30T18:07:47-07:00</committed-date>
    <authored-date>2006-04-30T18:07:47-07:00</authored-date>
    <message>Bug fixes from OS X for 0.16.3

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1156 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>6f34602749314dabc547e62d29c5e4cbc020fd1a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc5ce345742d6f6297ba5a79512dd6d977f9c9f1</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/5e246abb9e77777944bf1c5645bfc8f716c04976</url>
    <id>5e246abb9e77777944bf1c5645bfc8f716c04976</id>
    <committed-date>2006-04-30T16:22:47-07:00</committed-date>
    <authored-date>2006-04-30T16:22:47-07:00</authored-date>
    <message>Hopefully final bug fixes in preparation for 0.16.3

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1155 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>6e087521b9b48de37dc10337a4e45ba27bd7bfa9</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a1574a544cd7fc0df16acc4102b75c414a8e80a2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/cc5ce345742d6f6297ba5a79512dd6d977f9c9f1</url>
    <id>cc5ce345742d6f6297ba5a79512dd6d977f9c9f1</id>
    <committed-date>2006-04-30T13:20:23-07:00</committed-date>
    <authored-date>2006-04-30T13:20:23-07:00</authored-date>
    <message>Fixing tests looking for pmap

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1154 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>d93bd8c48492b6c39d8709e77ce56654e5d669b6</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7825f4944c3b29a994bc9be947f0463a68d2cc8e</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/a1574a544cd7fc0df16acc4102b75c414a8e80a2</url>
    <id>a1574a544cd7fc0df16acc4102b75c414a8e80a2</id>
    <committed-date>2006-04-30T13:19:55-07:00</committed-date>
    <authored-date>2006-04-30T13:19:55-07:00</authored-date>
    <message>Fixing TransObject#to_type so that it does not modify the object being converted

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1153 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>d0293364f8e75495dada805a36d412393b932b33</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65f6656b58f35faa6566b27a0595c656a0e36765</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/7825f4944c3b29a994bc9be947f0463a68d2cc8e</url>
    <id>7825f4944c3b29a994bc9be947f0463a68d2cc8e</id>
    <committed-date>2006-04-30T12:31:59-07:00</committed-date>
    <authored-date>2006-04-30T12:31:59-07:00</authored-date>
    <message>Changing test for service paths; only testing if it is a directory if it is present.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1152 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>7a7d26c7b2d78b38fb761e6d4aaef72edc3323c2</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ad65e9863ccfd1624d183e08c574172abd2acb6</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/65f6656b58f35faa6566b27a0595c656a0e36765</url>
    <id>65f6656b58f35faa6566b27a0595c656a0e36765</id>
    <committed-date>2006-04-30T12:04:24-07:00</committed-date>
    <authored-date>2006-04-30T12:04:24-07:00</authored-date>
    <message>Added some code that could be used later to make sure the user and mode are also copied on backups.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1151 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>053df210620918ee92b6fe4725ab7212755f6caf</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>84db91e7fcd2027431ad0a3d7177ac7c11a8d48e</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/0ad65e9863ccfd1624d183e08c574172abd2acb6</url>
    <id>0ad65e9863ccfd1624d183e08c574172abd2acb6</id>
    <committed-date>2006-04-30T11:46:24-07:00</committed-date>
    <authored-date>2006-04-30T11:46:24-07:00</authored-date>
    <message>Adding a check to make sure the mode is copied over.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1150 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b149ebf266c62428414228f91e610e409c5f1f0a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>12c122c882c6053f8b21714bb8c4c8bf8be699c9</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/84db91e7fcd2027431ad0a3d7177ac7c11a8d48e</url>
    <id>84db91e7fcd2027431ad0a3d7177ac7c11a8d48e</id>
    <committed-date>2006-04-30T11:11:07-07:00</committed-date>
    <authored-date>2006-04-30T11:11:07-07:00</authored-date>
    <message>Fixing the docs a bit for the executables, adding a --daemonize option to puppetd and puppetmasterd so they can still be daemonized with debugging or verbosity enabled, and causing puppetd to fail to start if a PID file exists (and not setting a pid file if running with --onetime enabled).

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1149 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>2acaab26fdc3a565ca04a9f92ef1d981b0a76974</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>047e63f8481a95c32ceccc22673d4a08659ec9c8</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/12c122c882c6053f8b21714bb8c4c8bf8be699c9</url>
    <id>12c122c882c6053f8b21714bb8c4c8bf8be699c9</id>
    <committed-date>2006-04-28T12:46:04-07:00</committed-date>
    <authored-date>2006-04-28T12:46:04-07:00</authored-date>
    <message>Puppetd now has an option for listening -- just run the --listen option, and it will start up with a pelement server.  It will fail to start if the authconfig file (defaulting to /etc/puppet/namespaceauth.conf) is missing, since it defaults to access at this point.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1148 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>c1957def7a101b71f02c05e142ae2c5ec7bfcd68</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>94caa8a48f32ed1fd3aa38dc43e2add97026fcf2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/047e63f8481a95c32ceccc22673d4a08659ec9c8</url>
    <id>047e63f8481a95c32ceccc22673d4a08659ec9c8</id>
    <committed-date>2006-04-28T10:19:45-07:00</committed-date>
    <authored-date>2006-04-28T10:19:45-07:00</authored-date>
    <message>Making file copying significantly faster -- i found an extra call to &quot;describe&quot; in file sources and an extra read/checksumming of the dest file

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1147 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>718db0c8deeac14385627f6a2b25ec055fd3ad03</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bcfc469e4aa36ab8b98af57b1314e26d5d7a0a18</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/94caa8a48f32ed1fd3aa38dc43e2add97026fcf2</url>
    <id>94caa8a48f32ed1fd3aa38dc43e2add97026fcf2</id>
    <committed-date>2006-04-28T09:18:21-07:00</committed-date>
    <authored-date>2006-04-28T09:18:21-07:00</authored-date>
    <message>Fixing #128.  md5lite was being used instead of full md5.  At this point, md5lite cannot be used for source copies.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1146 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>407fdab60a044b42c94e6fcce5d30c4df7067a18</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9539dbb5c8b54805a6c26f84f15abd6fdb5532b2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/bcfc469e4aa36ab8b98af57b1314e26d5d7a0a18</url>
    <id>bcfc469e4aa36ab8b98af57b1314e26d5d7a0a18</id>
    <committed-date>2006-04-27T21:08:38-07:00</committed-date>
    <authored-date>2006-04-27T21:08:38-07:00</authored-date>
    <message>Adding in all of the patches necessary to make a prototype rails interface to puppet nodes work.  The biggest change is that there is now a separate NetworkClient class for every Client subclass, because otherwise you get namespace collisions.  Most everything other change is a relatively minor patch.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1145 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>0671fccd17cfa5764a5b7e7707d5424cf09420e4</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9b627cd0e061316feb73f332abb3c1e4e7aefe28</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/9539dbb5c8b54805a6c26f84f15abd6fdb5532b2</url>
    <id>9539dbb5c8b54805a6c26f84f15abd6fdb5532b2</id>
    <committed-date>2006-04-27T21:08:32-07:00</committed-date>
    <authored-date>2006-04-27T21:08:32-07:00</authored-date>
    <message>Adding in all of the patches necessary to make a prototype rails interface to puppet nodes work.  The biggest change is that there is now a separate NetworkClient class for every Client subclass, because otherwise you get namespace collisions.  Most everything other change is a relatively minor patch.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1144 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>8c5c508063b6159c0ac38072e2ef2180f5995967</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>003e897f6839b7f5e771c2b8f4c7feb9fadba4dc</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/9b627cd0e061316feb73f332abb3c1e4e7aefe28</url>
    <id>9b627cd0e061316feb73f332abb3c1e4e7aefe28</id>
    <committed-date>2006-04-27T09:59:10-07:00</committed-date>
    <authored-date>2006-04-27T09:59:10-07:00</authored-date>
    <message>Trying to track down the bugs reported this morning, so I added some more test cases.  I did find a bug in the filebuckets, fixed it, and added a test case.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1143 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>72797181153ce9469fa06f382b3397b016be34c2</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a78bf1ee71dd3a0930ad5f7277f7c50dc66fa55d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/003e897f6839b7f5e771c2b8f4c7feb9fadba4dc</url>
    <id>003e897f6839b7f5e771c2b8f4c7feb9fadba4dc</id>
    <committed-date>2006-04-26T10:32:49-07:00</committed-date>
    <authored-date>2006-04-26T10:32:49-07:00</authored-date>
    <message>updating changelog for 0.16.1 and 0.16.2

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1141 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>5a40e6851f1fae8d7f01fbdf1b01c0fd7b49406e</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bda8e52a02d77c39cd96ea02352c0067a57135e7</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/a78bf1ee71dd3a0930ad5f7277f7c50dc66fa55d</url>
    <id>a78bf1ee71dd3a0930ad5f7277f7c50dc66fa55d</id>
    <committed-date>2006-04-26T10:32:36-07:00</committed-date>
    <authored-date>2006-04-26T10:32:36-07:00</authored-date>
    <message>adding &quot;clean&quot; mode to puppetca

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1140 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>7a9582be8f87d35d21f7a735b0425f7e3cc17dd1</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bff94634075617339f65be15dc7eb3261db48f85</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/bda8e52a02d77c39cd96ea02352c0067a57135e7</url>
    <id>bda8e52a02d77c39cd96ea02352c0067a57135e7</id>
    <committed-date>2006-04-26T10:01:46-07:00</committed-date>
    <authored-date>2006-04-26T10:01:46-07:00</authored-date>
    <message>This should have been in 0.16.1.  Moving the &quot;setclass&quot; statements around so that classes are set before a given class's code is evaluated, so it can be tested within the code, within node defs, components, or classes.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1139 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>0df220bd8c0d3cb6af86ba328eff14507ffffe38</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>feff3179043a5decd227d8d261770a771c7849c2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/bff94634075617339f65be15dc7eb3261db48f85</url>
    <id>bff94634075617339f65be15dc7eb3261db48f85</id>
    <committed-date>2006-04-26T09:20:58-07:00</committed-date>
    <authored-date>2006-04-26T09:20:58-07:00</authored-date>
    <message>Adding sum type to the retrieved sum if it is not already there.  This provides backwards compatibility for existing cache files.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1137 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>4e107c9745edefc4e8e89341f41571564522684b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>baa412c6ed30d19ee43bf37b3bba60bf372fac5a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/feff3179043a5decd227d8d261770a771c7849c2</url>
    <id>feff3179043a5decd227d8d261770a771c7849c2</id>
    <committed-date>2006-04-26T09:14:47-07:00</committed-date>
    <authored-date>2006-04-26T09:14:47-07:00</authored-date>
    <message>removing unnecessary debugging

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