summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util.rb
Commit message (Expand)AuthorAgeFilesLines
...
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-0/+47
* Fixing class storage -- it was not working for nodescopesluke2006-01-301-1/+2
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-1/+17
* All tests pass now, although the lack of service support on os x means that i...luke2006-01-091-1/+5
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-5/+14
* Undoing the merge that happened in 785luke2006-01-071-5/+5
* Merging in refactoring from version 774 into version 784luke2006-01-071-5/+5
* converting storage from Marshal to YAMLluke2006-01-031-4/+11
* adding Util.lock, and switching storage to using itluke2006-01-021-0/+10
* Mostly fixing exec so it either captures stderr or runs as a user; Process.eu...luke2005-11-161-14/+2
* Lots of refactoring, and added the capture_stderr methodluke2005-11-161-0/+37
* Adding "isomorphic?" method to classes, and testing for isomorphism before th...luke2005-11-021-8/+12
* files and directories are now created as the correct user and group if they a...luke2005-10-231-3/+2
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-231-0/+110