| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adding class list method to group. Also added a test to verify every type re... | luke | 2006-09-21 | 1 | -0/+11 |
| * | Adding an Autoload instance to Type.rb so that I can load all known types for... | luke | 2006-09-21 | 1 | -1/+9 |
| * | Fixing #274. I just set :ensure to be :link when :target is set. | luke | 2006-09-21 | 1 | -0/+14 |
| * | Fixing #283, opened by luke. | luke | 2006-09-21 | 1 | -0/+30 |
| * | Fixing #285, opened by ericb. | luke | 2006-09-21 | 1 | -0/+33 |
| * | Fixing #293, I think. The problem was that the groups state was not correctl... | luke | 2006-09-21 | 1 | -1/+9 |
| * | Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail) | luke | 2006-09-20 | 3 | -5/+49 |
| * | Rake::TestTasks were running the test suite inadvertantly against the install... | erikh | 2006-09-20 | 1 | -3/+4 |
| * | Fixing provider commands and Util#execute so they always include the command ... | luke | 2006-09-19 | 1 | -0/+39 |
| * | Small update to the fileserver tests; it was apparently not making some test ... | luke | 2006-09-19 | 1 | -1/+2 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 97 | -2170/+263 |
| * | Reworking test/lib structure a bit, and renaming all of the files so that the... | luke | 2006-09-19 | 15 | -856/+859 |
| * | Small modification so i can make more changes | luke | 2006-09-19 | 2 | -1277/+2 |
| * | updating changes from the trunk | luke | 2006-09-19 | 2 | -3/+50 |
| * | Fixing case of silly states on os x, where files are owned by "nobody" and Fi... | luke | 2006-09-19 | 1 | -0/+19 |
| * | Fixing the same bug in the netinfo provider -- it was retrieving the "is" val... | luke | 2006-09-19 | 2 | -2/+2 |
| * | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 2 | -4/+80 |
| * | Add config option 'node_name' to control what puppetmaster considers the prop... | lutter | 2006-09-18 | 1 | -10/+29 |
| * | Adding testing for the default? method, and fixing it to support arrays and r... | luke | 2006-09-15 | 1 | -0/+29 |
| * | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -5/+6 |
| * | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 3 | -188/+44 |
| * | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -0/+39 |
| * | Fixing #262. I somehow lost the line that only added a given user's jobs to ... | luke | 2006-09-15 | 1 | -0/+24 |
| * | Removing a test in the parser that is no longer necessary because of how impo... | luke | 2006-09-15 | 1 | -15/+0 |
| * | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 3 | -29/+188 |
| * | Merged test framework into trunk - still not ready until tests are converted ... | erikh | 2006-09-15 | 12 | -0/+2582 |
| * | Fixing #267. The problem was that the user provider was retrieving the @is v... | luke | 2006-09-15 | 2 | -2/+39 |
| * | Raising element creation errors up outside the "create" method, so that tests... | luke | 2006-09-15 | 3 | -4/+7 |
| * | Fixing #269. I was aliasing every case where the title and name were differe... | luke | 2006-09-15 | 1 | -0/+45 |
| * | Fix test_host_specific to not depend on the path of the test directory and re... | lutter | 2006-09-14 | 1 | -8/+14 |
| * | Fixing the problem with fileserver expansions, and doing a bit of refactoring... | luke | 2006-09-14 | 1 | -4/+55 |
| * | Fixing the interpreter to nodesearch across all listed names, just like is do... | luke | 2006-09-13 | 1 | -0/+32 |
| * | Adding test code for providers that makes sure the default and confine mechan... | luke | 2006-09-13 | 1 | -0/+125 |
| * | Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t... | lutter | 2006-09-13 | 1 | -0/+43 |
| * | Fixing #261. Applied patch, with small modifications. | luke | 2006-09-13 | 1 | -0/+21 |
| * | Modifying the provider base class so that it defines a method for every used ... | luke | 2006-09-06 | 1 | -1/+1 |
| * | Adding aptitude support, including a new util::package module that provides a... | luke | 2006-09-06 | 5 | -7/+35 |
| * | Adding hasrestart parameter to services | luke | 2006-09-05 | 1 | -1/+3 |
| * | Adding an "env" parameter to exec, for providing extra environment settings, ... | luke | 2006-09-05 | 2 | -2/+42 |
| * | Adding a "withenv" execution util method, and using it in :exec for path hand... | luke | 2006-09-05 | 1 | -0/+37 |
| * | Fixing small bug in cron where removed fields are not deleted from the file | luke | 2006-09-05 | 1 | -8/+16 |
| * | Adding the Daemon module back into the Client class, which fixes #247. | luke | 2006-09-05 | 1 | -0/+21 |
| * | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 1 | -4/+0 |
| * | Adding the ability to download facts from the central server. This allows fa... | luke | 2006-09-05 | 1 | -9/+73 |
| * | A small fix to the install/update aspects of packaging. | luke | 2006-09-05 | 1 | -1/+1 |
| * | Fixing the package type so that :ensure is always used for version specificat... | luke | 2006-09-05 | 1 | -6/+13 |
| * | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 16 | -1547/+428 |
| * | Committing a small amount of work in cron. I have decided that this is too l... | luke | 2006-09-05 | 1 | -0/+744 |
| * | Committing functional mount support. All that's left in this chunk of work i... | luke | 2006-09-05 | 5 | -226/+318 |
| * | Ports now work with a provider | luke | 2006-09-04 | 2 | -47/+98 |