summaryrefslogtreecommitdiffstats
path: root/test/puppettest.rb
Commit message (Expand)AuthorAgeFilesLines
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-1320/+0
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-5/+6
* Fixing #267. The problem was that the user provider was retrieving the @is v...luke2006-09-151-1/+38
* Raising element creation errors up outside the "create" method, so that tests...luke2006-09-151-0/+4
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-57/+0
* Committing functional mount support. All that's left in this chunk of work i...luke2006-09-051-0/+29
* Intermediate commit; ports are not working yetluke2006-09-031-0/+24
* Beginning the process of moving parsedtypes to a provider. Each parsedluke2006-09-031-0/+4
* batch of small bug fixesluke2006-09-021-0/+4
* Making sure that the svn bin directory is at the beginning of PATH, rather th...luke2006-09-021-2/+2
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-281-0/+4
* Committing some changes to the %h expansion in fileserving. This change make...luke2006-08-281-8/+1
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-1/+1
* Finishing changes to support titles instead of two types of names. This is b...luke2006-08-171-3/+3
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+107
* Another batch of bug fixes, this time focused on OS X patches. Looks like I ...luke2006-07-221-2/+4
* Some updates resulting from trying to track down a segfault introduced when I...luke2006-07-031-4/+8
* Fix a small bug in mount where parsing fails if dump and pass are missing (th...lutter2006-06-301-0/+10
* adding some tests for the template functionluke2006-06-291-1/+4
* Adding HUP and USR1 hooksluke2006-06-261-1/+2
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-201-1/+6
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-251-1/+6
* adding a test to make sure that defaults get taken up by componentsluke2006-05-151-1/+24
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-0/+1
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-1/+1
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-0/+61
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-1/+1
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-7/+20
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-121-1/+5
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-051-1/+3
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-0/+23
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-0/+15
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-9/+23
* Changing "set" to "tag"luke2006-04-111-3/+3
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-1/+1
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-0/+25
* differentiating openbsd from freebsd, adding freebsd, and autoloading package...luke2006-04-051-6/+1
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-2/+2
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-041-1/+1
* Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it...luke2006-04-031-0/+7
* Adding a "write" method to config objects, so that files can be easily writte...luke2006-04-021-0/+5
* Adding filesystem support, and modifying parsedtypes a bit to fix a bug where...luke2006-04-011-0/+9
* Accept a single file as a test to run in addition to a directorylutter2006-03-311-15/+17
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-091-0/+36
* Definitions now always create their own context, which means that they cannot...luke2006-03-031-13/+14
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-021-2/+8
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-2/+2
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-271-6/+14
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-0/+8
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-12/+12