<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>caa7f4868e56f24552f81937e200b47d20cbfbdb</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/25614dffdbaebb9465deb286a215f7a1fca2db9d</url>
    <id>25614dffdbaebb9465deb286a215f7a1fca2db9d</id>
    <committed-date>2006-03-02T12:39:42-08:00</committed-date>
    <authored-date>2006-03-02T12:39:42-08:00</authored-date>
    <message>Adding release tag REL_0_13_6

git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_13_6@970 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>fafc6fd3a0966bbadf4fb6a5ed16c06f098eff36</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>343dd08a4ab84bdc6947239e8c514752db219c2a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/caa7f4868e56f24552f81937e200b47d20cbfbdb</url>
    <id>caa7f4868e56f24552f81937e200b47d20cbfbdb</id>
    <committed-date>2006-03-02T12:39:00-08:00</committed-date>
    <authored-date>2006-03-02T12:39:00-08:00</authored-date>
    <message>updating changelog for 0.13.6

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@968 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>934696687c13cb33dc1c0ec18f9fe3e490144963</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a93c822667e6990b45f843e56d8976c51517671</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/343dd08a4ab84bdc6947239e8c514752db219c2a</url>
    <id>343dd08a4ab84bdc6947239e8c514752db219c2a</id>
    <committed-date>2006-03-02T12:28:45-08:00</committed-date>
    <authored-date>2006-03-02T12:28:45-08:00</authored-date>
    <message>Fixing tests so they do not chmod /dev/null to 640 (stupid tests).

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@967 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>438f144f98a56ef6e35e4c4b670318f15c81eb31</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95856eaaf02361ff597ca2c85e51cf141fe81280</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/1a93c822667e6990b45f843e56d8976c51517671</url>
    <id>1a93c822667e6990b45f843e56d8976c51517671</id>
    <committed-date>2006-03-02T09:12:26-08:00</committed-date>
    <authored-date>2006-03-02T09:12:26-08:00</authored-date>
    <message>Fixing #68.  After tons and tons and tons of work, everything successfully configures itself, and the --genmanifest argument should actually work.  User and group creation will not necessarily work everywhere (in particular, Puppet uses dependencies to create the group first, but Fedora complains on user creation if the group already exists), but file and directory creation should.  The only downside is that there is a decent amount of extra information printed on daemon startup, as the daemon checks its config; this could maybe be seen as a bonus, though, I guess.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@966 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b7764e684b080f27158dfc7430ab30624db15568</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff1df8e1aef99dbdc222c5d5d808494fd08e7f83</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/95856eaaf02361ff597ca2c85e51cf141fe81280</url>
    <id>95856eaaf02361ff597ca2c85e51cf141fe81280</id>
    <committed-date>2006-03-01T23:30:14-08:00</committed-date>
    <authored-date>2006-03-01T23:30:14-08:00</authored-date>
    <message>Okay, Puppet is now almost entirely capable of configuring itself.  I have not yet added the extra tests to puppetmasterd to make sure it can start as a normal user, and the executables still fail some simple tests because they are producing output when they start (I will get rid of the output), but overall things look pretty good.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@965 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>db31ba74ce65523fa9dcd4d1cae0cd75c55a4395</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2db23173825311bc4a9d6f69e862ce0a9c43fd40</id>
      </parent>
    </parents>
    <author>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/ff1df8e1aef99dbdc222c5d5d808494fd08e7f83</url>
    <id>ff1df8e1aef99dbdc222c5d5d808494fd08e7f83</id>
    <committed-date>2006-03-01T18:13:49-08:00</committed-date>
    <authored-date>2006-03-01T18:13:49-08:00</authored-date>
    <message>Remove hte fedora-usermgmt stuff. As it turns out, it's not a Fedora Extras requirement to use it; so we'll just have useradd/groupadd allocate id's dynamically


git-svn-id: https://reductivelabs.com/svn/puppet/trunk@964 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>33d5777e1581cb3b1850019fe6cbc96741757cbf</tree>
    <committer>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>179779dc5045259aa28f0a9cd052d2e41cf8aa96</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/2db23173825311bc4a9d6f69e862ce0a9c43fd40</url>
    <id>2db23173825311bc4a9d6f69e862ce0a9c43fd40</id>
    <committed-date>2006-03-01T15:09:23-08:00</committed-date>
    <authored-date>2006-03-01T15:09:23-08:00</authored-date>
    <message>Adding metadata to defaults

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@963 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f081893e98ffef11943e82c8fd7cffc2b40a2fc8</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>457492836e092374895122e69fa067299bf112ff</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/179779dc5045259aa28f0a9cd052d2e41cf8aa96</url>
    <id>179779dc5045259aa28f0a9cd052d2e41cf8aa96</id>
    <committed-date>2006-03-01T14:28:27-08:00</committed-date>
    <authored-date>2006-03-01T14:28:27-08:00</authored-date>
    <message>Changing the setdefaults input format somewhat.  It is always a hash of some kind now.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@962 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ab27ba4a6235bf5b53c90a5bff6de274811cc551</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d8a1dc1af819950e5c8edf1b70acefd540d3695</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/457492836e092374895122e69fa067299bf112ff</url>
    <id>457492836e092374895122e69fa067299bf112ff</id>
    <committed-date>2006-03-01T13:36:00-08:00</committed-date>
    <authored-date>2006-03-01T13:36:00-08:00</authored-date>
    <message>Intermediate commit; setdefaults now accepts both hashes and arrays

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@961 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>3a34921cec82b75f7f76ec68414659158af245f6</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65ed766a6118e1ceac7f9abbabfa44a7a46cf662</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/6d8a1dc1af819950e5c8edf1b70acefd540d3695</url>
    <id>6d8a1dc1af819950e5c8edf1b70acefd540d3695</id>
    <committed-date>2006-02-28T12:11:51-08:00</committed-date>
    <authored-date>2006-02-28T12:11:51-08:00</authored-date>
    <message>Fixing user and group management in the config handling.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@960 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>53b09cecbba80414c1ff74eb3797f087cdf00f9a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>32cbc596422de6fa82572b4cb2232c4aa417012b</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/65ed766a6118e1ceac7f9abbabfa44a7a46cf662</url>
    <id>65ed766a6118e1ceac7f9abbabfa44a7a46cf662</id>
    <committed-date>2006-02-28T09:09:01-08:00</committed-date>
    <authored-date>2006-02-28T09:09:01-08:00</authored-date>
    <message>adding a connect log to the master server

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@959 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>192f22cb616136c078c0a17f826880661b46a046</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b5f70911d7486a5cab69377c1988f1e35d88d2e</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/32cbc596422de6fa82572b4cb2232c4aa417012b</url>
    <id>32cbc596422de6fa82572b4cb2232c4aa417012b</id>
    <committed-date>2006-02-27T20:27:28-08:00</committed-date>
    <authored-date>2006-02-27T20:27:28-08:00</authored-date>
    <message>Fixing #70.  We now have user and group management on FreeBSD.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@958 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>a836d2076bbf25dd5ee7dc96cfa91f731e2cc6ff</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eda9d955b3fb2bbe5d7ca2cc3f7802d5fb9395ef</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/8b5f70911d7486a5cab69377c1988f1e35d88d2e</url>
    <id>8b5f70911d7486a5cab69377c1988f1e35d88d2e</id>
    <committed-date>2006-02-27T19:32:51-08:00</committed-date>
    <authored-date>2006-02-27T19:32:51-08:00</authored-date>
    <message>Fixing bug #60.  Converting nodes to use types everywhere instead of names, and adding a localobjectable to keep track of what parameters have been defined locally.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@957 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>a8db890dbe5a28e679c86ca15e775eb77f6a0a59</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>56116c2aa64ccbbc6740d30b5901b2700bcae036</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/eda9d955b3fb2bbe5d7ca2cc3f7802d5fb9395ef</url>
    <id>eda9d955b3fb2bbe5d7ca2cc3f7802d5fb9395ef</id>
    <committed-date>2006-02-27T15:22:09-08:00</committed-date>
    <authored-date>2006-02-27T15:22:09-08:00</authored-date>
    <message>Fixing #64; multiple class definitions in the same scope is now an error, although using the same class name in different scopes is not an error.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@956 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b078cd5c83f969c1eab0c017b750e8b5c25b460d</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c894eb20ddf812056e897217fd55d31182dbc52f</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/56116c2aa64ccbbc6740d30b5901b2700bcae036</url>
    <id>56116c2aa64ccbbc6740d30b5901b2700bcae036</id>
    <committed-date>2006-02-27T15:09:53-08:00</committed-date>
    <authored-date>2006-02-27T15:09:53-08:00</authored-date>
    <message>Fixing bug #73; node names now appear only once in the path

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@955 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>c03cac4bf2eb6ea372bd0476ae388317a0bb2e26</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>020499c70a69786e24b0136427b87c8967d40690</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/c894eb20ddf812056e897217fd55d31182dbc52f</url>
    <id>c894eb20ddf812056e897217fd55d31182dbc52f</id>
    <committed-date>2006-02-27T14:49:48-08:00</committed-date>
    <authored-date>2006-02-27T14:49:48-08:00</authored-date>
    <message>Fixing bug #75, providing support for unnecessary end commas.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@954 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f3c667aee1c80dbd8371b844970240b0e902ceaf</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c821c09eebe117bd8b100b6dc416ded0588b979</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/020499c70a69786e24b0136427b87c8967d40690</url>
    <id>020499c70a69786e24b0136427b87c8967d40690</id>
    <committed-date>2006-02-27T14:25:59-08:00</committed-date>
    <authored-date>2006-02-27T14:25:59-08:00</authored-date>
    <message>Removing all of the autoname code

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@953 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>e4f312d95921d3682f27a0e3be1a663de238d748</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37c10d176d8d3b7bb1920bbda66c6f0429b66730</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/8c821c09eebe117bd8b100b6dc416ded0588b979</url>
    <id>8c821c09eebe117bd8b100b6dc416ded0588b979</id>
    <committed-date>2006-02-27T14:21:44-08:00</committed-date>
    <authored-date>2006-02-27T14:21:44-08:00</authored-date>
    <message>Mostly, this is a refactoring commit.  There is one significant new feature,
though: overrides now only work within a class heirarchy, which is to say that
a subclass can override an element in a base class, but a child scope cannot
otherwise override an element in a base scope.

I've also done a good bit of refactoring, though; notably, AST#evaluate now
takes named arguments, and I changed the 'name' parameter to 'type' in all of
the Component classes (this was all internal, but was confusing as it was).

I also removed the need for the autonaming stuff -- it's now acceptable for
components not to have names, and everything behaves correctly.  I haven't yet
removed the autoname code, though; I'll do that on the next commit.


git-svn-id: https://reductivelabs.com/svn/puppet/trunk@952 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>aacd4fb7d966eae215917e5556e9e08eeb43bc53</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5d8680ba55598491c5798c842e65e4a4df54484</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/37c10d176d8d3b7bb1920bbda66c6f0429b66730</url>
    <id>37c10d176d8d3b7bb1920bbda66c6f0429b66730</id>
    <committed-date>2006-02-26T23:10:01-08:00</committed-date>
    <authored-date>2006-02-26T23:10:01-08:00</authored-date>
    <message>Switching setclass to use object_ids instead of class names, and adding some comments.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@951 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>910d3095d45bf15da564dbd144dfa467452e6a3f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee818a96233e62d9c37a117265c6d68f78095689</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/c5d8680ba55598491c5798c842e65e4a4df54484</url>
    <id>c5d8680ba55598491c5798c842e65e4a4df54484</id>
    <committed-date>2006-02-26T22:09:07-08:00</committed-date>
    <authored-date>2006-02-26T22:09:07-08:00</authored-date>
    <message>Fixing scopes and AST so that definitions and classes are looked for in the scopes, instead of in a global list

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@950 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>5ff89631c95de2d95c79f0fa15bc7ca0eb7e90b8</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63afa37f6730a18a6d0fb8998f09e40ca9ff1e40</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/ee818a96233e62d9c37a117265c6d68f78095689</url>
    <id>ee818a96233e62d9c37a117265c6d68f78095689</id>
    <committed-date>2006-02-24T16:31:34-08:00</committed-date>
    <authored-date>2006-02-24T16:31:34-08:00</authored-date>
    <message>Adding some debugging to list the states being changed when in debug mode

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@949 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>db8b9e0ebbef46dfa2e91377a20ba36e3b93c7d4</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>505605434d75617cb4c15694150990b9b3a3cc72</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/63afa37f6730a18a6d0fb8998f09e40ca9ff1e40</url>
    <id>63afa37f6730a18a6d0fb8998f09e40ca9ff1e40</id>
    <committed-date>2006-02-24T16:28:19-08:00</committed-date>
    <authored-date>2006-02-24T16:28:19-08:00</authored-date>
    <message>Fixing nodes so that their paths are printed correctly

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@948 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>a328e283fae5eb226a2a8e5af4748f38fc1e2dc9</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b119a7252face5ad093a6bd1856f8391cddcc4c4</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/505605434d75617cb4c15694150990b9b3a3cc72</url>
    <id>505605434d75617cb4c15694150990b9b3a3cc72</id>
    <committed-date>2006-02-24T16:26:14-08:00</committed-date>
    <authored-date>2006-02-24T16:26:14-08:00</authored-date>
    <message>Removing timestamp debugging

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@947 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>8e619f41b6c600e7644f9454412f1365e68e7f81</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>772c7c87ffab1b7a70413fa6bbd20df45490dbf2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/b119a7252face5ad093a6bd1856f8391cddcc4c4</url>
    <id>b119a7252face5ad093a6bd1856f8391cddcc4c4</id>
    <committed-date>2006-02-24T16:25:28-08:00</committed-date>
    <authored-date>2006-02-24T16:25:28-08:00</authored-date>
    <message>Fixing output when user/group are not found

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@946 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>3dbf53e73bc021c7a572f2b4a4843d35b4658b1f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>503ad38194b0064de240a1ae0f043b8fb6d40903</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/772c7c87ffab1b7a70413fa6bbd20df45490dbf2</url>
    <id>772c7c87ffab1b7a70413fa6bbd20df45490dbf2</id>
    <committed-date>2006-02-24T15:01:25-08:00</committed-date>
    <authored-date>2006-02-24T15:01:25-08:00</authored-date>
    <message>Adding TERM to the signals being trapped

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@945 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b86f177abe4dc6526d1ac0a0c537ee9637c784ad</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>043fc33c32e817092f1c44f6d9b9e9c3d35cadac</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/503ad38194b0064de240a1ae0f043b8fb6d40903</url>
    <id>503ad38194b0064de240a1ae0f043b8fb6d40903</id>
    <committed-date>2006-02-24T14:50:23-08:00</committed-date>
    <authored-date>2006-02-24T14:50:23-08:00</authored-date>
    <message>Fixing bug #72, where trailing slashes break file sourcing

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@944 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>4ba9efa72dc535b5a827d4ad29ec9f580ac557d7</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/043fc33c32e817092f1c44f6d9b9e9c3d35cadac</url>
    <id>043fc33c32e817092f1c44f6d9b9e9c3d35cadac</id>
    <committed-date>2006-02-24T14:49:57-08:00</committed-date>
    <authored-date>2006-02-24T14:49:57-08:00</authored-date>
    <message>adding commas to each line

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@943 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>64014cc1314e943306a8143b880721f2e4dbd5a6</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a</url>
    <id>d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a</id>
    <committed-date>2006-02-24T14:01:47-08:00</committed-date>
    <authored-date>2006-02-24T14:01:47-08:00</authored-date>
    <message>removing the initial syslog dest setting

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@942 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>61a7cb8c4d0fa782941c9bbb2fdef9b894fa30e9</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85e4d31238ffd9d08c6e27fabf0266df5fa7c4eb</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/f6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa</url>
    <id>f6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa</id>
    <committed-date>2006-02-24T12:12:36-08:00</committed-date>
    <authored-date>2006-02-24T12:12:36-08:00</authored-date>
    <message>Updated to version 0.13.5

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@940 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>107de3f83716559264134fa8d5df56dcc399a578</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2dffbee3965c01979880ae3eb99162607236337b</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/duritong/puppet/commit/85e4d31238ffd9d08c6e27fabf0266df5fa7c4eb</url>
    <id>85e4d31238ffd9d08c6e27fabf0266df5fa7c4eb</id>
    <committed-date>2006-02-24T12:12:16-08:00</committed-date>
    <authored-date>2006-02-24T12:12:16-08:00</authored-date>
    <message>adding changelog for 0.13.5

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