<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet.git/examples/code, branch master</title>
<subtitle>Puppet repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/'/>
<entry>
<title>Moved debian to conf and updated examples directory</title>
<updated>2008-07-10T09:52:26+00:00</updated>
<author>
<name>James Turnbull</name>
<email>james@lovedthanlost.net</email>
</author>
<published>2008-07-10T09:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52'/>
<id>605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added optional per-module lib directory.</title>
<updated>2007-08-14T13:50:42+00:00</updated>
<author>
<name>Jeffrey J McCune</name>
<email>jeff.mccune@northstarlabs.net</email>
</author>
<published>2007-08-14T13:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=58e3855bb1c98e45f7e366d0f1fc6d834e0e5e43'/>
<id>58e3855bb1c98e45f7e366d0f1fc6d834e0e5e43</id>
<content type='text'>
Puppet now looks for a lib directory inside each module bundle, and adds
the directory to the list searched by Puppet::Util::Autoload.

The intent is to facilitate more sophisticated virtual types and flexibility
within modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Puppet now looks for a lib directory inside each module bundle, and adds
the directory to the list searched by Puppet::Util::Autoload.

The intent is to facilitate more sophisticated virtual types and flexibility
within modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>DirectoryService provider for users and groups.  Alternative to netinfo, as apple has indicated NetInfo may go away at some point in the future.  It might happen in October.</title>
<updated>2007-08-03T20:36:49+00:00</updated>
<author>
<name>mccune</name>
<email>mccune@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2007-08-03T20:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=5a5d2411265443a9331179c9410271e51b9d98f7'/>
<id>5a5d2411265443a9331179c9410271e51b9d98f7</id>
<content type='text'>
FIXME: implement groups and groups= instances methods for Puppet::Type::User::ProviderDirectoryservice

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2739 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIXME: implement groups and groups= instances methods for Puppet::Type::User::ProviderDirectoryservice

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2739 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for #565: Final merge of changes from source:branches/execute-refactor into source:trunk</title>
<updated>2007-04-03T15:51:18+00:00</updated>
<author>
<name>mccune</name>
<email>mccune@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2007-04-03T15:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=efe9a833c43358e23ae252456a07b37cc9904a0a'/>
<id>efe9a833c43358e23ae252456a07b37cc9904a0a</id>
<content type='text'>
Generated with
svn merge -r 2378:HEAD https://reductivelabs.com/svn/puppet/branches/execute-refactor trunk

CHANGES:
 - Puppet::Util#execute now takes hash key/value pairs as arguments after the command array.
 - Processes executed from the base service provider are now silenced.  That is, their
   standard input, output, and error pipes are all directed to /dev/null.


git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2385 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generated with
svn merge -r 2378:HEAD https://reductivelabs.com/svn/puppet/branches/execute-refactor trunk

CHANGES:
 - Puppet::Util#execute now takes hash key/value pairs as arguments after the command array.
 - Processes executed from the base service provider are now silenced.  That is, their
   standard input, output, and error pipes are all directed to /dev/null.


git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2385 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merging the changes from the override-refactor branch.  This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.</title>
<updated>2006-10-04T18:24:24+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-10-04T18:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=28cee40689440388994a4768bd301ae32c8ecc05'/>
<id>28cee40689440388994a4768bd301ae32c8ecc05</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1726 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1726 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing a test in the parser that is no longer necessary because of how imports work now, and fixing a snippet not to interfere with a local fact</title>
<updated>2006-09-15T06:22:16+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-09-15T06:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=0af8ad72f9d44c4fe8b817d724b562b4c38ca654'/>
<id>0af8ad72f9d44c4fe8b817d724b562b4c38ca654</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1606 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1606 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Tracking down some weird bugs that managed to creep into the parser.  I expect that the main ones were a result of the If support.</title>
<updated>2006-08-28T04:50:59+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-08-28T04:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=ad32b716d82576c98e708e6dbbcec60f0372e54c'/>
<id>ad32b716d82576c98e708e6dbbcec60f0372e54c</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1494 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1494 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Finishing changes to support titles instead of two types of names.  This is basically a bug-fix commit.</title>
<updated>2006-08-17T05:08:36+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-08-17T05:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=beba3e480c7ad7f942414a8aa31f96b5b42b53e4'/>
<id>beba3e480c7ad7f942414a8aa31f96b5b42b53e4</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1472 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1472 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>removing classing example, since it involves parameterized classes</title>
<updated>2006-08-07T18:23:26+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-08-07T18:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=abaeb86d9c86a333c1a1e4c1f2a1bdf9fc62eaa4'/>
<id>abaeb86d9c86a333c1a1e4c1f2a1bdf9fc62eaa4</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1450 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1450 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Another batch of bug fixes, this time focused on OS X patches.  Looks like I did not test on os x last time.</title>
<updated>2006-07-22T03:32:56+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-07-22T03:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=cdeccab2e0fc1b40b5060780c99d52f936f9732d'/>
<id>cdeccab2e0fc1b40b5060780c99d52f936f9732d</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1422 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1422 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
</feed>
