summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing #157. Objects are no longer allowed to be their own parents, and ther...luke2006-06-084-25/+69
* Fixing #166. Function names are no longer reserved words.luke2006-06-084-423/+429
* Fixing #158. I did not add a force option, since I always back files up befo...luke2006-06-084-7/+115
* adding faq to docsluke2006-06-081-0/+227
* Fixing #154. Basically just accepted the patch that fixes master.rb and adde...luke2006-06-082-1/+19
* Applied patch from #153.luke2006-06-081-4/+5
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-083-171/+203
* Fixing #159 -- packages now have a default value for ensure (:installed).luke2006-06-082-4/+23
* adding rakefile for the docsluke2006-06-071-0/+26
* copying all documentation from the plone siteluke2006-06-0716-0/+4255
* Committing largely complete Solaris zone support. I still need to add static...luke2006-06-062-171/+418
* removing one of the stack traces from error outputluke2006-06-061-51/+29
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-052-12/+18
* Intermediate commit; most of the core zone functions now work, and some of th...luke2006-06-023-105/+464
* Fixing node tests to handle comma separationluke2006-06-011-1/+1
* temporary commit so i can transfer my testing to a faster, sparc boxluke2006-06-012-26/+207
* Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobjectluke2006-06-012-11/+24
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-012-8/+49
* Fixing #162. Node names must now be comma-separated.luke2006-05-313-191/+219
* Adding an "execute" method to Puppet::Util, and including the module in eleme...luke2006-05-282-0/+17
* adding zone management stub; switching to my home vm for testingluke2006-05-281-0/+182
* fixing destdir in installer, and adding solaris conf stuffluke2006-05-252-1/+8
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-2511-82/+71
* Reworking cron; adding many unit tests, and making it much more like a Parsed...luke2006-05-254-126/+399
* Small fix to include puppetrun in /usr/binlutter2006-05-191-0/+4
* adding puppetrun to the red hat spec fileluke2006-05-191-1/+2
* Updated to version 0.17.2luke2006-05-191-1/+1
* updating changelog for 0.17.2luke2006-05-191-0/+5
* Fixing #138, all of it, I think. Environment settings are now allowed, altho...luke2006-05-192-11/+116
* Adding a small fix to cron tabs; they will at least parse tabs that have env ...luke2006-05-192-0/+40
* slight ldap fixes in puppetrunluke2006-05-191-1/+4
* First version of puppetrun. It seems to mostly work, but I need to test it w...luke2006-05-192-0/+299
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-185-43/+101
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-1811-75/+426
* fixing user[:groups] management when the user is absentluke2006-05-183-16/+24
* Updated to version 0.17.1luke2006-05-181-1/+1
* updating changelog for 0.17.1 and 0.17.0luke2006-05-181-0/+12
* Allowing empty filesluke2006-05-183-446/+467
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-183-34/+69
* fixing stupid debian rails mistakeluke2006-05-171-11/+12
* Making sure file recursion works for all valid inputsluke2006-05-162-24/+28
* updating version on spec fileluke2006-05-151-1/+1
* Updated to version 0.17.0luke2006-05-151-1/+1
* Wrapping the host storage into a transaction. It might have a slight perform...luke2006-05-151-9/+15
* adding a test to make sure that defaults get taken up by componentsluke2006-05-152-1/+56
* Adding code to try for the rails gem if the library cannot be found normally,...luke2006-05-153-6/+24
* only performing collection tests if activerecord is availableluke2006-05-153-0/+12
* failing more intelligently in init if ActiveRecord is missingluke2006-05-151-0/+4
* Making sure yum fails on unknown packagesluke2006-05-151-0/+7
* removing extraneous loggingluke2006-05-151-1/+1