<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e309b76e168f83e27cf541dc19a02c5b25c1e47c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/fbebcc5a7dbded18fc080bb21fbc5bb71079f8e1</url>
    <id>fbebcc5a7dbded18fc080bb21fbc5bb71079f8e1</id>
    <committed-date>2006-09-06T15:11:05-07:00</committed-date>
    <authored-date>2006-09-06T15:11:05-07:00</authored-date>
    <message>Adding release tag REL_0_19_0

git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_19_0@1575 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>33a7f00c277b19b62adfb7f2cc213966de09b9b9</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5ce953462f424138f0009ce978eb9620aff84a7</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/e309b76e168f83e27cf541dc19a02c5b25c1e47c</url>
    <id>e309b76e168f83e27cf541dc19a02c5b25c1e47c</id>
    <committed-date>2006-09-05T21:49:45-07:00</committed-date>
    <authored-date>2006-09-05T21:49:45-07:00</authored-date>
    <message>Modifying the provider base class so that it defines a method for every used command (e.g., you call &quot;commands :rpm =&gt; 'rpm'&quot;, and it defines an &quot;rpm&quot; method.  I then pushed this throughout the package providers, which are the heaviest users of commands.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1571 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f5849a38377df2d719646c438d43ccdb9a99702f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2113eed0137630836b3de3e2a8bc17b6cb7198e8</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/c5ce953462f424138f0009ce978eb9620aff84a7</url>
    <id>c5ce953462f424138f0009ce978eb9620aff84a7</id>
    <committed-date>2006-09-05T17:49:14-07:00</committed-date>
    <authored-date>2006-09-05T17:49:14-07:00</authored-date>
    <message>Adding aptitude support, including a new util::package module that provides a method for package version sorting, and a couple of smaller bug fixes.  This fixes #237.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1570 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>17b5651ee9b996f735c283b95ad74322a3e94a19</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fcc5bae22cb2a0286975cfc0bcab52a2a7f7973d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/2113eed0137630836b3de3e2a8bc17b6cb7198e8</url>
    <id>2113eed0137630836b3de3e2a8bc17b6cb7198e8</id>
    <committed-date>2006-09-05T16:46:32-07:00</committed-date>
    <authored-date>2006-09-05T16:46:32-07:00</authored-date>
    <message>Adding hasrestart parameter to services

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1569 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>7c7af351497339aa4640fc6fe2debe5a7d8f5023</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8310c9d18a89e499b63a10e7890d836dcfc86f46</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/fcc5bae22cb2a0286975cfc0bcab52a2a7f7973d</url>
    <id>fcc5bae22cb2a0286975cfc0bcab52a2a7f7973d</id>
    <committed-date>2006-09-05T16:20:45-07:00</committed-date>
    <authored-date>2006-09-05T16:20:45-07:00</authored-date>
    <message>Adding an &quot;env&quot; parameter to exec, for providing extra environment settings, as requested in #236.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1568 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>6ebe72a068a216cd56f6938b4d90fe0eaa86671b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8254c6a1a080c89608ca98b7fe8e6231a9d213f</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/8310c9d18a89e499b63a10e7890d836dcfc86f46</url>
    <id>8310c9d18a89e499b63a10e7890d836dcfc86f46</id>
    <committed-date>2006-09-05T15:57:48-07:00</committed-date>
    <authored-date>2006-09-05T15:57:48-07:00</authored-date>
    <message>Adding a &quot;withenv&quot; execution util method, and using it in :exec for path handling.  Next will be other env handling.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1567 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>60fcb3ad16dffce1acdb8a4e3088f848cf7b8b2e</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa16a92ff96d37d6b0d443536218d9d46d56eadd</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/f8254c6a1a080c89608ca98b7fe8e6231a9d213f</url>
    <id>f8254c6a1a080c89608ca98b7fe8e6231a9d213f</id>
    <committed-date>2006-09-05T15:41:32-07:00</committed-date>
    <authored-date>2006-09-05T15:41:32-07:00</authored-date>
    <message>Fixing #230.  If the first line in the cron tab, before the header, starts with TZ= then the header will be inserted after the TZ line.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1566 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>01a1d2fde0c5c9c8a5e04bb8fc2564ba13c130d3</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e28250dc1d30cf9e9c13e157143e140b402c967e</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/fa16a92ff96d37d6b0d443536218d9d46d56eadd</url>
    <id>fa16a92ff96d37d6b0d443536218d9d46d56eadd</id>
    <committed-date>2006-09-05T15:35:53-07:00</committed-date>
    <authored-date>2006-09-05T15:35:53-07:00</authored-date>
    <message>Fixing small bug in cron where removed fields are not deleted from the file

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1565 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>d40ecfa1e23c9a258e837a628f0d542c4637af86</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>41c90815e16dc65103c617ce56a071902ff93123</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/e28250dc1d30cf9e9c13e157143e140b402c967e</url>
    <id>e28250dc1d30cf9e9c13e157143e140b402c967e</id>
    <committed-date>2006-09-05T14:29:03-07:00</committed-date>
    <authored-date>2006-09-05T14:29:03-07:00</authored-date>
    <message>Adding further gentoo support -- finalized portage support, plus conf and init info for puppetd

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1564 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>6a0343b6165b014d89b88fe1647b61860cb5b418</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>46fbf95b16622d33bcb791f0489bee1f87fb33e5</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/41c90815e16dc65103c617ce56a071902ff93123</url>
    <id>41c90815e16dc65103c617ce56a071902ff93123</id>
    <committed-date>2006-09-05T13:53:43-07:00</committed-date>
    <authored-date>2006-09-05T13:53:43-07:00</authored-date>
    <message>Adding the Daemon module back into the Client class, which fixes #247.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1563 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f382a08e38aa87562aae431167bdbda7c78880b4</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b303e8d3b7c31ebccabb0b3238104f5f019c5b6a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/46fbf95b16622d33bcb791f0489bee1f87fb33e5</url>
    <id>46fbf95b16622d33bcb791f0489bee1f87fb33e5</id>
    <committed-date>2006-09-05T11:33:20-07:00</committed-date>
    <authored-date>2006-09-05T11:33:20-07:00</authored-date>
    <message>Adding an &quot;ignoretags&quot; attribute to transaction, and setting it for downloading plugins or facts, and for creating config directories

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1562 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>eb8393d65ba723e0998073fd963748da7c0c54dc</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b36df181f4f2064b3dbbce861912262594044b14</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b303e8d3b7c31ebccabb0b3238104f5f019c5b6a</url>
    <id>b303e8d3b7c31ebccabb0b3238104f5f019c5b6a</id>
    <committed-date>2006-09-05T11:10:57-07:00</committed-date>
    <authored-date>2006-09-05T11:10:57-07:00</authored-date>
    <message>Adding the ability to download facts from the central server.  This allows facts to be available before the configuration is compiled.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1561 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>149d9eaa498d97456756605711cb62c5e24fec2d</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47c86e5571afe1ea68c68fd1353d71f7cb9bdb76</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b36df181f4f2064b3dbbce861912262594044b14</url>
    <id>b36df181f4f2064b3dbbce861912262594044b14</id>
    <committed-date>2006-09-05T10:04:55-07:00</committed-date>
    <authored-date>2006-09-05T10:04:55-07:00</authored-date>
    <message>A small fix to the install/update aspects of packaging.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1560 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>00dcedd7056780f108fd61bb5b0b04b393dc88a4</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>19992f7ec1dc2c320618ab1a31b93949528c0aaf</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/47c86e5571afe1ea68c68fd1353d71f7cb9bdb76</url>
    <id>47c86e5571afe1ea68c68fd1353d71f7cb9bdb76</id>
    <committed-date>2006-09-05T09:39:24-07:00</committed-date>
    <authored-date>2006-09-05T09:39:24-07:00</authored-date>
    <message>Fixing the package type so that :ensure is always used for version specification, rather than :version, which is now deprecated.  This provides much more consistency.  I have not tested on all platforms yet, but I want to enable testing on Gentoo, also.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1559 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>47f3e832f2f78fe54c8f3ff9e4dc11d9d9ee787a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7eed92e6f9f7ca3899f09f750b7c1f99acfa0e27</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/19992f7ec1dc2c320618ab1a31b93949528c0aaf</url>
    <id>19992f7ec1dc2c320618ab1a31b93949528c0aaf</id>
    <committed-date>2006-09-04T21:04:40-07:00</committed-date>
    <authored-date>2006-09-04T21:04:40-07:00</authored-date>
    <message>updating documentation for how to specify versions

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1558 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>42b1b9a811e5083e111167dfc8d854a1d42d6fe0</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>40b2ed6dbf97a8b3afbef7db6611f81a2ed2ca3e</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/7eed92e6f9f7ca3899f09f750b7c1f99acfa0e27</url>
    <id>7eed92e6f9f7ca3899f09f750b7c1f99acfa0e27</id>
    <committed-date>2006-09-04T20:55:54-07:00</committed-date>
    <authored-date>2006-09-04T20:55:54-07:00</authored-date>
    <message>Applying a patch from Jose Gonzalez Gomez; apparently this makes package updating work

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1557 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>a238a22ddb829cdbb501a6617ba6ce2a84bafc94</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>617fe58626aa8a13af10071ca87f66d6363cf058</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/40b2ed6dbf97a8b3afbef7db6611f81a2ed2ca3e</url>
    <id>40b2ed6dbf97a8b3afbef7db6611f81a2ed2ca3e</id>
    <committed-date>2006-09-04T20:51:11-07:00</committed-date>
    <authored-date>2006-09-04T20:51:11-07:00</authored-date>
    <message>Adding portage support again, since it was added in the branch i reverted

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1556 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>e368e530b815d83c3d1b392a4d36d2cf7cabb1cc</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f39318ce46148c3bd483d790c965f277a4eb1c9</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/617fe58626aa8a13af10071ca87f66d6363cf058</url>
    <id>617fe58626aa8a13af10071ca87f66d6363cf058</id>
    <committed-date>2006-09-04T18:51:23-07:00</committed-date>
    <authored-date>2006-09-04T18:51:23-07:00</authored-date>
    <message>Removing all of the changes I made towards refactoring in the last couple of days.  They have all been moved into the sync-retrieve-refactor branch.  This branch will soon become 0.19.0, and will not include that refactoring.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1555 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>db9974c675c3b73cae56a253386f716e83bc8b6f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b43b489073beb01da9b4de501d3c019326d97961</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/8f39318ce46148c3bd483d790c965f277a4eb1c9</url>
    <id>8f39318ce46148c3bd483d790c965f277a4eb1c9</id>
    <committed-date>2006-09-04T18:41:09-07:00</committed-date>
    <authored-date>2006-09-04T18:41:09-07:00</authored-date>
    <message>Committing a small amount of work in cron.  I have decided that this is too last-minute, and not important enough to hold up the release.  I want to get this refactoring done, but it is clearly not the 4 hour job I hoped it was.  It will have to be in another release, I think.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1553 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>2a5ed0c59c9cc1d42c40808ca313d41dc6e7988c</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>639ed3d75380dc59e05bb38c920f18836fd12913</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b43b489073beb01da9b4de501d3c019326d97961</url>
    <id>b43b489073beb01da9b4de501d3c019326d97961</id>
    <committed-date>2006-09-04T18:03:57-07:00</committed-date>
    <authored-date>2006-09-04T18:03:57-07:00</authored-date>
    <message>Committing functional mount support.  All that's left in this chunk of work is cron.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1552 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>58264a9554ca1e71f5441fb3703fb798cb71a6eb</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>655881c0d3ff87727a396ee8304a5c4369117580</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/639ed3d75380dc59e05bb38c920f18836fd12913</url>
    <id>639ed3d75380dc59e05bb38c920f18836fd12913</id>
    <committed-date>2006-09-04T09:30:42-07:00</committed-date>
    <authored-date>2006-09-04T09:30:42-07:00</authored-date>
    <message>Adding first version of the portage provider, as contributed by Jose Gonzalez Gomez

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1551 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>9af1bab680f340396c291e0d2434085c3f89f725</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>daa79e2da4d7a8a32c461da9bfb01c7a98763a5c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/655881c0d3ff87727a396ee8304a5c4369117580</url>
    <id>655881c0d3ff87727a396ee8304a5c4369117580</id>
    <committed-date>2006-09-03T20:13:13-07:00</committed-date>
    <authored-date>2006-09-03T20:13:13-07:00</authored-date>
    <message>Ports now work with a provider

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1550 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>9631fcb3584eec858dd7a0485f0e0765e4c266d6</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b657850bf5cc02b25200720a57d5e3e381a98b62</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/daa79e2da4d7a8a32c461da9bfb01c7a98763a5c</url>
    <id>daa79e2da4d7a8a32c461da9bfb01c7a98763a5c</id>
    <committed-date>2006-09-03T15:01:46-07:00</committed-date>
    <authored-date>2006-09-03T15:01:46-07:00</authored-date>
    <message>Intermediate commit; ports are not working yet

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1549 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b14d23f24c0a151cd9f9e5387c7c2218d0ef76a4</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>270f4448e26a45d213f8aa35c9ecf53843382358</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b657850bf5cc02b25200720a57d5e3e381a98b62</url>
    <id>b657850bf5cc02b25200720a57d5e3e381a98b62</id>
    <committed-date>2006-09-03T14:40:30-07:00</committed-date>
    <authored-date>2006-09-03T14:40:30-07:00</authored-date>
    <message>Fixing SSHKey support.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1548 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>5b73457c946506ced86996dda99209761a6b95a3</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9b338432ee0dbad7798685736fcc80ff0164924</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/270f4448e26a45d213f8aa35c9ecf53843382358</url>
    <id>270f4448e26a45d213f8aa35c9ecf53843382358</id>
    <committed-date>2006-09-03T14:06:41-07:00</committed-date>
    <authored-date>2006-09-03T14:06:41-07:00</authored-date>
    <message>Beginning the process of moving parsedtypes to a provider.  Each parsed
type will have a parsedfile provider, which will be responsible for all
of the file parsing and generation.  This should allow us to create a
useful DSL for file handling, but it also *drastically* simplifies these
types.

These types have always been a bit fragile, and it was never quite clear
who was responsible for what.  Now, with the type/provider split,
everything is much clearer.

I still need to convert host, sshkey, and mount, and something needs to
be done with cron.



git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1547 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f2db6782fe77275f30d0f4f40a08266cd97ec187</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37330340833ddca9e542804fe64755ab8feb9eeb</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/b9b338432ee0dbad7798685736fcc80ff0164924</url>
    <id>b9b338432ee0dbad7798685736fcc80ff0164924</id>
    <committed-date>2006-09-03T09:41:41-07:00</committed-date>
    <authored-date>2006-09-03T09:41:41-07:00</authored-date>
    <message>This is the initial commit of the changes to sync and retrieve.  The
structure itself is now in place, and a few of the types (the most
complicated ones -- file, user, group, plus exec since it was my easy
first test) have been converted.

I'm now going to finish going through all of the types and finish
chnaging them so that they don't produce any warnings.



git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1546 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>97eb13856251a5e2e72dc1307e0c560abc010662</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a88799323a5779f002b65800ebb9d768bea27f05</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/37330340833ddca9e542804fe64755ab8feb9eeb</url>
    <id>37330340833ddca9e542804fe64755ab8feb9eeb</id>
    <committed-date>2006-09-02T21:13:00-07:00</committed-date>
    <authored-date>2006-09-02T21:13:00-07:00</authored-date>
    <message>Renaming parsedfile to loadedfile, which makes much more sense and reduces some naming conflicts

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1544 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>db9974c675c3b73cae56a253386f716e83bc8b6f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c626796754a1b20b1152a0382b985986a5e1fb30</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/a88799323a5779f002b65800ebb9d768bea27f05</url>
    <id>a88799323a5779f002b65800ebb9d768bea27f05</id>
    <committed-date>2006-09-02T20:14:46-07:00</committed-date>
    <authored-date>2006-09-02T20:14:46-07:00</authored-date>
    <message>Adding Gentoo support from #224.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1543 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>32c1cbc838d78ba89fe81e5c521704578e3d6c7a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a11505035c62ce850cd49648bda1f25c811674c4</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/c626796754a1b20b1152a0382b985986a5e1fb30</url>
    <id>c626796754a1b20b1152a0382b985986a5e1fb30</id>
    <committed-date>2006-09-02T20:03:23-07:00</committed-date>
    <authored-date>2006-09-02T20:03:23-07:00</authored-date>
    <message>Adding eat-last-line support in ERB

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1542 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>c0eab9ff16126d2cd929e214cddc4fe4ab8f67bb</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f797487ee2672c7e91b74c57d839cd52102a16d1</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/fujin/puppet/commit/a11505035c62ce850cd49648bda1f25c811674c4</url>
    <id>a11505035c62ce850cd49648bda1f25c811674c4</id>
    <committed-date>2006-09-02T19:59:39-07:00</committed-date>
    <authored-date>2006-09-02T19:59:39-07:00</authored-date>
    <message>Adding pre- and post-hooks, as requested in #233.

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