<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b76004a6feaf101fd0fe9b880f1eb19df850821c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/783735c25b4cb6d593ad64fa63590f2f08c6179e</url>
    <id>783735c25b4cb6d593ad64fa63590f2f08c6179e</id>
    <committed-date>2006-03-06T11:31:38-08:00</committed-date>
    <authored-date>2006-03-06T11:31:38-08:00</authored-date>
    <message>Adding release tag REL_0_14_0

git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_14_0@987 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>a665a23629e344c92e13bb1bcbbd457225817e9e</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c07deb230072ac75c95a1f6806d7c5c1f6af655</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/b76004a6feaf101fd0fe9b880f1eb19df850821c</url>
    <id>b76004a6feaf101fd0fe9b880f1eb19df850821c</id>
    <committed-date>2006-03-06T11:30:20-08:00</committed-date>
    <authored-date>2006-03-06T11:30:20-08:00</authored-date>
    <message>Fixing yum listing bug, and caching the &quot;latest&quot; value so it is not asked for so many times; this fixes #90.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@985 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>804ae814871b97141c12a103b1de765c4caa2294</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e9e88b03c07fdcd1d689de4469a5f7b8702c3262</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/3c07deb230072ac75c95a1f6806d7c5c1f6af655</url>
    <id>3c07deb230072ac75c95a1f6806d7c5c1f6af655</id>
    <committed-date>2006-03-06T10:07:41-08:00</committed-date>
    <authored-date>2006-03-06T10:07:41-08:00</authored-date>
    <message>Committing the last changes, for now, to handling links.  You still cannot copy remote links, but you can either ignore or follow them.  I do not think we will be able to copy remote links until I have merged symlinks and files to be the same object type again.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@984 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>0f6b4e8a2a4d2595df4c80d1ac5b68b68625263f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1099c4a5e093fc28216817edf3b6c28683de3105</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/e9e88b03c07fdcd1d689de4469a5f7b8702c3262</url>
    <id>e9e88b03c07fdcd1d689de4469a5f7b8702c3262</id>
    <committed-date>2006-03-04T11:26:27-08:00</committed-date>
    <authored-date>2006-03-04T11:26:27-08:00</authored-date>
    <message>Adding &quot;links&quot; parameter to files, and adding support for following or ignoring links to all of the states it can matter to.  I still need to modify &quot;source&quot; so that it behaves correctly when managing links.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@983 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>73639b0b40bad5725767d1819649054f1c84560f</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5cca870eb73276e53f45975a99c21bee0244c0f3</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/1099c4a5e093fc28216817edf3b6c28683de3105</url>
    <id>1099c4a5e093fc28216817edf3b6c28683de3105</id>
    <committed-date>2006-03-04T08:32:57-08:00</committed-date>
    <authored-date>2006-03-04T08:32:57-08:00</authored-date>
    <message>removing group ownership of the state file; I realized that the server does not ever actually write to it.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@982 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>61997b4e0c7c7f56e75014c6524d8ba12f621dbd</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17d4b231ba75aed02d044548a3535a0df9f8d032</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/5cca870eb73276e53f45975a99c21bee0244c0f3</url>
    <id>5cca870eb73276e53f45975a99c21bee0244c0f3</id>
    <committed-date>2006-03-03T15:31:46-08:00</committed-date>
    <authored-date>2006-03-03T15:31:46-08:00</authored-date>
    <message>Switching from using &quot;evaluate&quot; to using &quot;retrieve&quot; when getting checksum values, since retrieval is sufficient, and evaluate keeps printing messages about changes.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@981 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>8838f7c73bb053c411507e7020c8481b85ae3bd5</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df74b62ad473c72906ddb5e72a500fd1a97dfa50</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/17d4b231ba75aed02d044548a3535a0df9f8d032</url>
    <id>17d4b231ba75aed02d044548a3535a0df9f8d032</id>
    <committed-date>2006-03-03T15:06:40-08:00</committed-date>
    <authored-date>2006-03-03T15:06:40-08:00</authored-date>
    <message>Fixing logging in the fileserver so it is always obvious where the logs are originating, and fixing a bit of debugging elsewhere.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@980 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>9dfd5c86f3dba7e1e9751a0188bee11bcff12db5</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c0a07a1c4b8f0139fc1d9ce4bcad72e0e15342d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/df74b62ad473c72906ddb5e72a500fd1a97dfa50</url>
    <id>df74b62ad473c72906ddb5e72a500fd1a97dfa50</id>
    <committed-date>2006-03-03T14:34:38-08:00</committed-date>
    <authored-date>2006-03-03T14:34:38-08:00</authored-date>
    <message>fixing deprecation notice about services using &quot;ensure&quot; instead of &quot;running&quot;

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@979 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>98cc5a984911ca91913f8fcbd9aa23294cee3d76</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>be4d3fdb9ae4b3495e13e7928039e8bd7a608188</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/8c0a07a1c4b8f0139fc1d9ce4bcad72e0e15342d</url>
    <id>8c0a07a1c4b8f0139fc1d9ce4bcad72e0e15342d</id>
    <committed-date>2006-03-03T14:29:15-08:00</committed-date>
    <authored-date>2006-03-03T14:29:15-08:00</authored-date>
    <message>removing extraneous debugging

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@978 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>0dc9523755b14f585ff77ab7338c9a71d687f46b</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2ea9b7840adedcf3f99b222f6f8fa741ea64650</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/be4d3fdb9ae4b3495e13e7928039e8bd7a608188</url>
    <id>be4d3fdb9ae4b3495e13e7928039e8bd7a608188</id>
    <committed-date>2006-03-03T14:29:06-08:00</committed-date>
    <authored-date>2006-03-03T14:29:06-08:00</authored-date>
    <message>fixing the mode of the yaml file

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@977 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>332bde335badeb1153b48abad4444310ab3b6354</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a3de8a45d71747978ce9cb1870b39a751352c02</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/f2ea9b7840adedcf3f99b222f6f8fa741ea64650</url>
    <id>f2ea9b7840adedcf3f99b222f6f8fa741ea64650</id>
    <committed-date>2006-03-03T14:23:00-08:00</committed-date>
    <authored-date>2006-03-03T14:23:00-08:00</authored-date>
    <message>Supporting variables as the test value in both case statements and selectors.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@976 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b53d3b26de7e0d08234ca7d49407b15052909fc5</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>549bc5fba44f36fcf5f9b4d67e29d568d01917b5</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/1a3de8a45d71747978ce9cb1870b39a751352c02</url>
    <id>1a3de8a45d71747978ce9cb1870b39a751352c02</id>
    <committed-date>2006-03-03T14:21:11-08:00</committed-date>
    <authored-date>2006-03-03T14:21:11-08:00</authored-date>
    <message>renaming

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@975 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>653502a48c2d75e5ff66a28e6cdbab5c3a9d3f25</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ea739d6c14a1074aeb5a319f13a1412e9573c10</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/549bc5fba44f36fcf5f9b4d67e29d568d01917b5</url>
    <id>549bc5fba44f36fcf5f9b4d67e29d568d01917b5</id>
    <committed-date>2006-03-03T11:58:58-08:00</committed-date>
    <authored-date>2006-03-03T11:58:58-08:00</authored-date>
    <message>Only setting group or owner on config files when running as root

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@974 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>46f082be440c58b5a30d1e624814a1e35e8ab651</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aae9b2aa90c2f1e12baeebe530a0cd8a69fac9c2</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/7ea739d6c14a1074aeb5a319f13a1412e9573c10</url>
    <id>7ea739d6c14a1074aeb5a319f13a1412e9573c10</id>
    <committed-date>2006-03-03T10:49:12-08:00</committed-date>
    <authored-date>2006-03-03T10:49:12-08:00</authored-date>
    <message>logging config changes at debug, instead of the normal log level

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@973 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>d6a146870aa2aa000790396e9a17dd50129c213e</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>451ba6d069cb253f901541f420e51c0b184d8d8c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/aae9b2aa90c2f1e12baeebe530a0cd8a69fac9c2</url>
    <id>aae9b2aa90c2f1e12baeebe530a0cd8a69fac9c2</id>
    <committed-date>2006-03-03T10:23:53-08:00</committed-date>
    <authored-date>2006-03-03T10:23:53-08:00</authored-date>
    <message>Definitions now always create their own context, which means that they cannot override elements in the containing scopes.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@972 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>22430454ec25742a384e11ac91f829598a8aea42</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>faffd6991ed4bf5f45a21353b89f81930da504b6</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/lak/puppet/commit/451ba6d069cb253f901541f420e51c0b184d8d8c</url>
    <id>451ba6d069cb253f901541f420e51c0b184d8d8c</id>
    <committed-date>2006-03-02T15:12:49-08:00</committed-date>
    <authored-date>2006-03-02T15:12:49-08:00</authored-date>
    <message>upgrading to warning the message about using a cached copy

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@971 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>41471af5eba23c1b3c655fe09ca5e16f32b69efa</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <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/lak/puppet/commit/faffd6991ed4bf5f45a21353b89f81930da504b6</url>
    <id>faffd6991ed4bf5f45a21353b89f81930da504b6</id>
    <committed-date>2006-03-02T12:39:13-08:00</committed-date>
    <authored-date>2006-03-02T12:39:13-08:00</authored-date>
    <message>Updated to version 0.13.6

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@969 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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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/lak/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>
</commits>
