summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Adding another host to the test lists, adding some test data, and modifying h...luke2006-01-141-5/+27
* Adding a bit better logging and checking to file accessluke2006-01-142-12/+14
* Moving ast classes into separate filesluke2006-01-1318-1442/+1496
* Added "finish" method, using it in Type.finalize, and moved autorequire and s...luke2006-01-132-7/+39
* Changing host and port aliases to also create Puppet aliases. This involved ...luke2006-01-133-26/+51
* Fixing up the parsedtypes, fixing Type.eachtype to ignore structure typesluke2006-01-137-61/+83
* Adding /etc/services supportluke2006-01-132-2/+215
* finalizing cron and host management, hopefullyluke2006-01-137-673/+36
* Abstracting host support so it should easily support other typesluke2006-01-131-0/+190
* Abstracting host support so it should easily support other typesluke2006-01-135-330/+263
* Adding initial host support. I can promise that this will soon (hopefully al...luke2006-01-122-4/+311
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-1210-60/+230
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-126-17/+16
* Adding "content" state to files, and string interpolation handles escaped whi...luke2006-01-123-1/+54
* Services now work at least somewhat on solaris 10, and service testing is pre...luke2006-01-122-13/+43
* Fixing dependencies to not depend on file order. Added Puppet::Type.{finaliz...luke2006-01-123-19/+129
* Fixing documentation generation, and fixing aliasing so that objects can safe...luke2006-01-121-4/+16
* Adding "alias" metaparam; you can now create as many aliases as you want for ...luke2006-01-121-6/+23
* Adding autorequire to files, and added the cwd to the list of files to be req...luke2006-01-123-2/+30
* Adding generic autorequire mechanism, and thus removing it from execluke2006-01-112-14/+40
* Adding a requires? method to types, fixed the bug where exec fail when Puppet...luke2006-01-112-18/+52
* Adding Sun support and fixing the last remaining bugs related to the daemon c...luke2006-01-118-389/+464
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-109-55/+55
* Fixing init path defaultluke2006-01-101-3/+3
* Updating Puppet to work with the new Facterluke2006-01-094-24/+26
* All tests pass now, although the lack of service support on os x means that i...luke2006-01-095-13/+35
* Merging changes from the head of the rework1 branch, r 784luke2006-01-0846-3478/+3751
* Undoing the merge that happened in 785luke2006-01-0746-3738/+3365
* Merging in refactoring from version 774 into version 784luke2006-01-0746-3365/+3738
* Disabling most documentation generation except for the API docs, and wrapping...luke2006-01-041-40/+41
* some updates to the typegen stuff, even though i may still not use itluke2006-01-033-280/+164
* Fixing two reported bugs in cron jobs. Cron jobs correctly change when field...luke2006-01-031-141/+202
* adding some commentsluke2006-01-033-1/+20
* removing "host" as a keyword; it was an alias for "node"luke2006-01-031-1/+0
* converting storage from Marshal to YAMLluke2006-01-032-37/+45
* adding Util.lock, and switching storage to using itluke2006-01-022-20/+35
* removing ruby shebang at the top of all of the filesluke2005-11-2311-39/+22
* fixing incredibly annoying bug where os x returns stupidly large uid when uid...luke2005-11-222-18/+33
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-173-2/+19
* fixing filesources so that the first found file is copied, and adding a test ...luke2005-11-161-2/+8
* Mostly fixing exec so it either captures stderr or runs as a user; Process.eu...luke2005-11-162-25/+30
* Lots of refactoring, and added the capture_stderr methodluke2005-11-1610-63/+150
* Adding "isomorphic?" method to classes, and testing for isomorphism before th...luke2005-11-025-22/+46
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-0115-146/+238
* Making paths work a little more intelligentlyluke2005-11-014-17/+34
* adding config file stuff, but not using it yet. I have decided to release th...luke2005-10-312-0/+50
* Cleaning up tests resulting from the changes to the parserluke2005-10-303-9/+12
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-303-48/+147
* Fixed merging of state values, but I have not yet solved merging of parameter...luke2005-10-293-66/+90
* Protecting from bug in Syslog, and fixing some more log messagesluke2005-10-297-66/+79