<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>7adafc60c2faa452620b39a5254f26c9156f79d5</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/1cc271279e8c0e7d8b5fa68559bcc94cb75665a9</url>
    <id>1cc271279e8c0e7d8b5fa68559bcc94cb75665a9</id>
    <committed-date>2006-06-28T13:34:53-07:00</committed-date>
    <authored-date>2006-06-28T13:34:53-07:00</authored-date>
    <message>Adding release tag REL_0_18_1

git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_18_1@1335 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>cf299b1dee62e8cd1ed55d55cf4388a17a3b979d</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8c57ae6decdd5409c102f23488a18022f80836d</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/7adafc60c2faa452620b39a5254f26c9156f79d5</url>
    <id>7adafc60c2faa452620b39a5254f26c9156f79d5</id>
    <committed-date>2006-06-28T13:14:45-07:00</committed-date>
    <authored-date>2006-06-28T13:14:45-07:00</authored-date>
    <message>For each type, adding a &quot;new&lt;type&gt;&quot; method to Puppet::Type, so instead of typing Puppet::Type.type(:file).create(...) you can now type Puppet::Type.newfile(...).

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1331 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>2146d090ded629dd57da8525dc4b38ba4bea4732</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d98ab112a6ed5cd84d4e8b2e9c349283923ecc29</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/e8c57ae6decdd5409c102f23488a18022f80836d</url>
    <id>e8c57ae6decdd5409c102f23488a18022f80836d</id>
    <committed-date>2006-06-28T12:47:36-07:00</committed-date>
    <authored-date>2006-06-28T12:47:36-07:00</authored-date>
    <message>Cleaning up plugin handling a bit -- they can now be colon-separated paths, and I added a separate &quot;plugindest&quot; setting for determining where plugins are synchronized to.  The major feature I added, though, is that Puppet::Type now knows how to load plugins, and treats :pluginpath as a search path for plugins.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1330 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>ea02d9b8bd5144262704e9fb734d812e43754d50</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4985d8fc6b74d99a3770293a1323949056b023bd</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/d98ab112a6ed5cd84d4e8b2e9c349283923ecc29</url>
    <id>d98ab112a6ed5cd84d4e8b2e9c349283923ecc29</id>
    <committed-date>2006-06-28T11:51:11-07:00</committed-date>
    <authored-date>2006-06-28T11:51:11-07:00</authored-date>
    <message>Fixing zone tests

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1329 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>d9c82931d478000925b10aa76212b2a90a96b91c</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dec40539df8dcdc49d3277b6b0d4669cb3e25edd</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/4985d8fc6b74d99a3770293a1323949056b023bd</url>
    <id>4985d8fc6b74d99a3770293a1323949056b023bd</id>
    <committed-date>2006-06-28T10:49:10-07:00</committed-date>
    <authored-date>2006-06-28T10:49:10-07:00</authored-date>
    <message>adding message about retrieving plugins

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1328 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>5f975b2cb77552427a9946627797bcf70247b545</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>547121158f91ace7fe1e0c6f6b7fe0570acbf28c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/dec40539df8dcdc49d3277b6b0d4669cb3e25edd</url>
    <id>dec40539df8dcdc49d3277b6b0d4669cb3e25edd</id>
    <committed-date>2006-06-28T09:31:53-07:00</committed-date>
    <authored-date>2006-06-28T09:31:53-07:00</authored-date>
    <message>updating CHANGELOG for 0.18.1

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1327 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b04c85286107510eed1d28f40ecf1fd865f97eeb</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ad1396d3d960b805d3f9510d105937b6854deb90</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/547121158f91ace7fe1e0c6f6b7fe0570acbf28c</url>
    <id>547121158f91ace7fe1e0c6f6b7fe0570acbf28c</id>
    <committed-date>2006-06-28T09:17:46-07:00</committed-date>
    <authored-date>2006-06-28T09:17:46-07:00</authored-date>
    <message>Moving the timer monitoring to after the services are created (because they actually create the timers), and adding a sleep statement to give the threads enough time to create the timers.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1326 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>af2f2e48a41b01b775743fb771f8ff1dd4e64d0d</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5be3c107fa1c81c26e379eb900f780589ccffa04</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/ad1396d3d960b805d3f9510d105937b6854deb90</url>
    <id>ad1396d3d960b805d3f9510d105937b6854deb90</id>
    <committed-date>2006-06-28T08:17:56-07:00</committed-date>
    <authored-date>2006-06-28T08:17:56-07:00</authored-date>
    <message>Fixing backgrounding in puppetrun; I had the bit flipped between the client and the server, such that setting --foreground caused the clients to go into the background.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1325 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>45381379838abdd7a8753f5c5dc68713662d3b07</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2304f19c1128895dbaa2b60f8d5d27f84b2f80c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/5be3c107fa1c81c26e379eb900f780589ccffa04</url>
    <id>5be3c107fa1c81c26e379eb900f780589ccffa04</id>
    <committed-date>2006-06-27T15:16:21-07:00</committed-date>
    <authored-date>2006-06-27T15:16:21-07:00</authored-date>
    <message>Converting Parameter#proxymethods from using eval to using define_method

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1324 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>1a4130544a2dcbd9404d7619912844c4c7be069a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c363af0628386b9d67121db7c4f2fa2a5e8b9f65</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/b2304f19c1128895dbaa2b60f8d5d27f84b2f80c</url>
    <id>b2304f19c1128895dbaa2b60f8d5d27f84b2f80c</id>
    <committed-date>2006-06-27T14:16:47-07:00</committed-date>
    <authored-date>2006-06-27T14:16:47-07:00</authored-date>
    <message>Making sure fail function converts everything to strings

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1323 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>71169ccf8b72726ffa019e130cead3f0bc6eff5e</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57a5a71d517bd8a6ec977f7b17691695299f7959</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/c363af0628386b9d67121db7c4f2fa2a5e8b9f65</url>
    <id>c363af0628386b9d67121db7c4f2fa2a5e8b9f65</id>
    <committed-date>2006-06-27T14:14:55-07:00</committed-date>
    <authored-date>2006-06-27T14:14:55-07:00</authored-date>
    <message>Adding &quot;fail&quot; function, which will raise a ParseError if it is encountered.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1322 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>dd56c25cb61f8982880ae58fd5cae756728690c8</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>506269fdfddbf04acd113299496f2f2c6b79b662</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/57a5a71d517bd8a6ec977f7b17691695299f7959</url>
    <id>57a5a71d517bd8a6ec977f7b17691695299f7959</id>
    <committed-date>2006-06-27T11:47:48-07:00</committed-date>
    <authored-date>2006-06-27T11:47:48-07:00</authored-date>
    <message>Catching errors thrown during object evaluation and marking the objects as failed.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1321 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>16309395977a680f35cb0c04b7f3a879b301084a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>76859574c36761db81a25283d759edfcc591cf84</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/506269fdfddbf04acd113299496f2f2c6b79b662</url>
    <id>506269fdfddbf04acd113299496f2f2c6b79b662</id>
    <committed-date>2006-06-27T11:46:45-07:00</committed-date>
    <authored-date>2006-06-27T11:46:45-07:00</authored-date>
    <message>adding hooks for ignoring files in the plugins directory, and defaulting to ignoring cvs and svn files

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1320 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>856c88ab34ba3408a45657152d76447626226246</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c8861943c3ff520a041b2264683843afc7d84e93</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/76859574c36761db81a25283d759edfcc591cf84</url>
    <id>76859574c36761db81a25283d759edfcc591cf84</id>
    <committed-date>2006-06-27T11:15:16-07:00</committed-date>
    <authored-date>2006-06-27T11:15:16-07:00</authored-date>
    <message>removing that info message, duh; it produces a lot of spurious output during parsing

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1319 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>665369f65d8dffa87f975d827ab1240a51cbba77</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>772ea917e5b93f105118fcf0152cd0622f6a8b3c</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/c8861943c3ff520a041b2264683843afc7d84e93</url>
    <id>c8861943c3ff520a041b2264683843afc7d84e93</id>
    <committed-date>2006-06-27T10:59:57-07:00</committed-date>
    <authored-date>2006-06-27T10:59:57-07:00</authored-date>
    <message>Adding info messages about errors loading plugins

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1318 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>631efb93292771bfac1745f06ae1811d6a011b67</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>08f113c6ccfb0bc3db4c717df575b1219a46603a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/772ea917e5b93f105118fcf0152cd0622f6a8b3c</url>
    <id>772ea917e5b93f105118fcf0152cd0622f6a8b3c</id>
    <committed-date>2006-06-27T10:23:04-07:00</committed-date>
    <authored-date>2006-06-27T10:23:04-07:00</authored-date>
    <message>Adding support for special freebsd @schedule crap.  Also making sure that cron listing works as expected.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1317 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>8749bdcd4a746d18bfe499f941c9631a3ea12ea1</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdd1761c561ed80003a62068157c4aaf32c83a73</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/08f113c6ccfb0bc3db4c717df575b1219a46603a</url>
    <id>08f113c6ccfb0bc3db4c717df575b1219a46603a</id>
    <committed-date>2006-06-26T22:53:08-07:00</committed-date>
    <authored-date>2006-06-26T22:53:08-07:00</authored-date>
    <message>switching puts to print, so the carriage returns are always included in the messages

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1316 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>eb920ae60b4638a9a311be3694cf19fbfe239bc3</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>73a4bcc8357b13bb45ae0c5ccdda35b8563f1971</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/bdd1761c561ed80003a62068157c4aaf32c83a73</url>
    <id>bdd1761c561ed80003a62068157c4aaf32c83a73</id>
    <committed-date>2006-06-26T22:15:51-07:00</committed-date>
    <authored-date>2006-06-26T22:15:51-07:00</authored-date>
    <message>Largely refactored how log destinations are handled, although it is not exposed externally.  Most of this work is related to handling a large number of small problems related to threading.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1315 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>420ef633d02ba63fd26631aa998ec5e10e8ea059</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0411f74bc139ddb8147f9aa82d83700dc576939a</id>
      </parent>
    </parents>
    <author>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/73a4bcc8357b13bb45ae0c5ccdda35b8563f1971</url>
    <id>73a4bcc8357b13bb45ae0c5ccdda35b8563f1971</id>
    <committed-date>2006-06-26T17:22:03-07:00</committed-date>
    <authored-date>2006-06-26T17:22:03-07:00</authored-date>
    <message>Changes to make puppet package more LSB compliant. Update specfile for very latest Fedora ruby packaging guidelines. lsb-config.patch only checked in for documentation purposes, since changes are part of this checkin.


git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1314 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>1040ba8ce9d48e517475be017581f90c6cbf6167</tree>
    <committer>
      <name>lutter</name>
      <email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>31c17e47607bdebf8e2591a98e9fd6f862d3852a</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/0411f74bc139ddb8147f9aa82d83700dc576939a</url>
    <id>0411f74bc139ddb8147f9aa82d83700dc576939a</id>
    <committed-date>2006-06-26T15:47:51-07:00</committed-date>
    <authored-date>2006-06-26T15:47:51-07:00</authored-date>
    <message>Fixing some more small problems in puppetrun

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1313 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>e5d7c087ea84f93b1e366d432760b6b49c971a14</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>faab17ba0dc356101712ccc85a1c07d679d31828</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/31c17e47607bdebf8e2591a98e9fd6f862d3852a</url>
    <id>31c17e47607bdebf8e2591a98e9fd6f862d3852a</id>
    <committed-date>2006-06-26T12:19:06-07:00</committed-date>
    <authored-date>2006-06-26T12:19:06-07:00</authored-date>
    <message>Adding more docs to puppetrun, and fixing bug that can cause hosts to get skipped

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1312 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>eab10268ec5bafb14112a2037e8f298bdd7c87e0</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bb5366f2602c29405a75dd1ba142ab32b5b08841</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/faab17ba0dc356101712ccc85a1c07d679d31828</url>
    <id>faab17ba0dc356101712ccc85a1c07d679d31828</id>
    <committed-date>2006-06-26T11:52:37-07:00</committed-date>
    <authored-date>2006-06-26T11:52:37-07:00</authored-date>
    <message>adding - to HUP in init scripts

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1311 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>37755e1cbcb1558734bf886350f9840196780205</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c5b10dba78ec71e99b7021389d9aeb0ad8f4941</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/bb5366f2602c29405a75dd1ba142ab32b5b08841</url>
    <id>bb5366f2602c29405a75dd1ba142ab32b5b08841</id>
    <committed-date>2006-06-26T11:35:30-07:00</committed-date>
    <authored-date>2006-06-26T11:35:30-07:00</authored-date>
    <message>Updating init scripts to use HUP for restarting

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1310 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>04cd01c3d7d57ae152627a3d3214bb37996d68f9</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5cf2a4d3311a06774a597fa9c2692f6e135491dc</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/3c5b10dba78ec71e99b7021389d9aeb0ad8f4941</url>
    <id>3c5b10dba78ec71e99b7021389d9aeb0ad8f4941</id>
    <committed-date>2006-06-26T11:16:52-07:00</committed-date>
    <authored-date>2006-06-26T11:16:52-07:00</authored-date>
    <message>Adding a &quot;latest&quot; test for rpms, since I have been told this is not working.  It seems to be working fine, but the test cannot hurt.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1309 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>3b5d64537407e7bea8f57e9a538cb5db0cda4125</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4a717068d28db602ea831b88404d47305115c53f</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/5cf2a4d3311a06774a597fa9c2692f6e135491dc</url>
    <id>5cf2a4d3311a06774a597fa9c2692f6e135491dc</id>
    <committed-date>2006-06-26T10:51:05-07:00</committed-date>
    <authored-date>2006-06-26T10:51:05-07:00</authored-date>
    <message>Adding HUP and USR1 hooks

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1308 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>b09e2da90bbd8a90fbba7e0063583a9cd955f5c0</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f9a4d7addd7e31e6b868cbbf3cc87ffbfea781e3</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/4a717068d28db602ea831b88404d47305115c53f</url>
    <id>4a717068d28db602ea831b88404d47305115c53f</id>
    <committed-date>2006-06-20T11:46:58-07:00</committed-date>
    <authored-date>2006-06-20T11:46:58-07:00</authored-date>
    <message>Fixing #178.  I just added URI escaping and unescaping to file names.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1307 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>f402018065ccf9413c91666e9e4e5e399c21d93a</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d812840a89092ccd04c2ad81a3bd80a6cc2f7882</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/f9a4d7addd7e31e6b868cbbf3cc87ffbfea781e3</url>
    <id>f9a4d7addd7e31e6b868cbbf3cc87ffbfea781e3</id>
    <committed-date>2006-06-20T11:38:48-07:00</committed-date>
    <authored-date>2006-06-20T11:38:48-07:00</authored-date>
    <message>Fixing #175.  The setpidfile setting was being ignored.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1306 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>786110eac83c0ec989581e5db566e224d5705c7c</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>46824cd8167e2d07ba1f1bdb0cc24789b3a565b1</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/d812840a89092ccd04c2ad81a3bd80a6cc2f7882</url>
    <id>d812840a89092ccd04c2ad81a3bd80a6cc2f7882</id>
    <committed-date>2006-06-20T11:31:54-07:00</committed-date>
    <authored-date>2006-06-20T11:31:54-07:00</authored-date>
    <message>Fixing #182.  Added a retry section to try reconnecting to ldap.  Only one reconnect is attempted in a given search, and LDAP produces bad enough error messages that we reconnect regardless of the error thrown.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1305 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>20a0002e2e48f061a45663dc7557cc3c2badf707</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>15905bd5ee0d692e44bed516fe720c278ce67835</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/46824cd8167e2d07ba1f1bdb0cc24789b3a565b1</url>
    <id>46824cd8167e2d07ba1f1bdb0cc24789b3a565b1</id>
    <committed-date>2006-06-20T11:10:06-07:00</committed-date>
    <authored-date>2006-06-20T11:10:06-07:00</authored-date>
    <message>Setting pluginsync default to false, and (hopefully) fixing autosign problem when the file exists and autosign is set to true (#180).  The problem was that the puppetmasterd script was redundantly setting autosign in the CA, when the CA already knows how to deal with autosigning, which meant that autosign was being set before the config was parsed.  Thus, there was no bug when autosign was set on the command line but there was when it was set in the config.

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1304 980ebf18-57e1-0310-9a29-db15c13687c0</message>
    <tree>17c71d0bcf72eed63652ffa2493a40f4302301b1</tree>
    <committer>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0a1e847961977221b36d7d6c8babffe6fa69c4b6</id>
      </parent>
    </parents>
    <author>
      <name>luke</name>
      <email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
    </author>
    <url>http://github.com/ctrlaltdel/puppet/commit/15905bd5ee0d692e44bed516fe720c278ce67835</url>
    <id>15905bd5ee0d692e44bed516fe720c278ce67835</id>
    <committed-date>2006-06-19T18:34:24-07:00</committed-date>
    <authored-date>2006-06-19T18:34:24-07:00</authored-date>
    <message>Fixing broken symlink behaviour mentioned on the list

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