summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* updating changes from the trunkluke2006-09-192-3/+50
* Fixing case of silly states on os x, where files are owned by "nobody" and Fi...luke2006-09-191-0/+19
* Fixing the same bug in the netinfo provider -- it was retrieving the "is" val...luke2006-09-192-2/+2
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-192-4/+80
* Add config option 'node_name' to control what puppetmaster considers the prop...lutter2006-09-181-10/+29
* Adding testing for the default? method, and fixing it to support arrays and r...luke2006-09-151-0/+29
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-5/+6
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-153-188/+44
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-151-0/+39
* Fixing #262. I somehow lost the line that only added a given user's jobs to ...luke2006-09-151-0/+24
* Removing a test in the parser that is no longer necessary because of how impo...luke2006-09-151-15/+0
* This commit adds two important features (but which probably were notluke2006-09-153-29/+188
* Merged test framework into trunk - still not ready until tests are converted ...erikh2006-09-1512-0/+2582
* Fixing #267. The problem was that the user provider was retrieving the @is v...luke2006-09-152-2/+39
* Raising element creation errors up outside the "create" method, so that tests...luke2006-09-153-4/+7
* Fixing #269. I was aliasing every case where the title and name were differe...luke2006-09-151-0/+45
* Fix test_host_specific to not depend on the path of the test directory and re...lutter2006-09-141-8/+14
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-141-4/+55
* Fixing the interpreter to nodesearch across all listed names, just like is do...luke2006-09-131-0/+32
* Adding test code for providers that makes sure the default and confine mechan...luke2006-09-131-0/+125
* Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t...lutter2006-09-131-0/+43
* Fixing #261. Applied patch, with small modifications.luke2006-09-131-0/+21
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-1/+1
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-065-7/+35
* Adding hasrestart parameter to servicesluke2006-09-051-1/+3
* Adding an "env" parameter to exec, for providing extra environment settings, ...luke2006-09-052-2/+42
* Adding a "withenv" execution util method, and using it in :exec for path hand...luke2006-09-051-0/+37
* Fixing small bug in cron where removed fields are not deleted from the fileluke2006-09-051-8/+16
* Adding the Daemon module back into the Client class, which fixes #247.luke2006-09-051-0/+21
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-051-4/+0
* Adding the ability to download facts from the central server. This allows fa...luke2006-09-051-9/+73
* A small fix to the install/update aspects of packaging.luke2006-09-051-1/+1
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-051-6/+13
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-0516-1547/+428
* Committing a small amount of work in cron. I have decided that this is too l...luke2006-09-051-0/+744
* Committing functional mount support. All that's left in this chunk of work i...luke2006-09-055-226/+318
* Ports now work with a providerluke2006-09-042-47/+98
* Intermediate commit; ports are not working yetluke2006-09-034-81/+40
* Fixing SSHKey support.luke2006-09-033-52/+87
* Beginning the process of moving parsedtypes to a provider. Each parsedluke2006-09-035-69/+306
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-034-17/+18
* Adding pre- and post-hooks, as requested in #233.luke2006-09-031-0/+26
* Fixing #239 -- missing checks now throw an ArgumentError. This will break if...luke2006-09-031-0/+12
* Adding support for file purging, as requested in #250. Any unmanaged files i...luke2006-09-031-0/+35
* Adding a "force" parameter in files to fix #242. Currently only used when re...luke2006-09-031-1/+9
* Applying the patch from #253 plus tests.luke2006-09-031-0/+40
* Fixing #257, where host aliases were not being retained. The problem was tha...luke2006-09-021-0/+15
* batch of small bug fixesluke2006-09-022-1/+5
* Making sure that the svn bin directory is at the beginning of PATH, rather th...luke2006-09-022-2/+4
* Fixing report autoloading; I was calling the wrong method, and they were neve...luke2006-08-281-0/+42