summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Adding a "withenv" execution util method, and using it in :exec for path hand...luke2006-09-051-0/+1
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-9/+0
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-031-0/+9
* Adding back in the code to change the euid. I removed this yesterday because...luke2006-08-291-0/+1
* disabling chuser on os x, since it is broken with < ruby 1.8.5luke2006-08-291-4/+12
* Adding a module specifically for making doc generation easier, and adding def...luke2006-08-281-0/+1
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-201-0/+4
* A first pass of changing one of the types of names to titles. I still have t...luke2006-08-161-5/+26
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-12/+85
* Fixing the master server so that it always uses the Facter hostname, not the ...luke2006-07-311-1/+1
* adding a "thinmark" method, which does a simple benchmark with no loggingluke2006-06-301-2/+12
* Cleaning up plugin handling a bit -- they can now be colon-separated paths, a...luke2006-06-281-1/+1
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-7/+19
* Fixing #173. At this point, I am just calling both "--add" and "on", or "--d...luke2006-06-131-0/+3
* Intermediate commit; most of the core zone functions now work, and some of th...luke2006-06-021-1/+6
* Adding an "execute" method to Puppet::Util, and including the module in eleme...luke2006-05-281-0/+16
* Fixing tests looking for pmapluke2006-04-301-1/+1
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-13/+39
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-0/+37
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-0/+7
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-021-0/+1
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-4/+16
* Fixing output when user/group are not foundluke2006-02-251-1/+13
* Tracked down a few other bugs; everything now passes on debian in preparation...luke2006-02-151-6/+39
* Fixing users so that they can use a group created by Puppet, and they also no...luke2006-02-151-53/+14
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-131-55/+54
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-121-4/+54
* 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