summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util.rb
Commit message (Expand)AuthorAgeFilesLines
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* The new configuration handler looks to be ready for usage. Now I just need t...Luke Kanies2007-08-151-1/+1
* Hopefully fixing #720 -- I added tests and a lame back-off system to give the...luke2007-07-191-3/+24
* Removing the chdir from util.rb, I forgot that the directory often mattersluke2007-07-191-1/+0
* Hopefully fixing #640, and maybe some warnings at the same time. I added a c...luke2007-07-191-0/+2
* Trying to get rid of the warning from #724luke2007-07-181-0/+3
* Adding the output_file.close, as wyvern recommendedluke2007-06-181-0/+1
* Applying the patch by wyvern from #662. This should hopefully kill the clien...luke2007-06-181-60/+43
* Fixing error when commands fail -- the error code is now printed, instead of ...luke2007-06-111-1/+1
* Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th...mpalmer2007-05-031-0/+1
* Okay, one last try -- the Util#binary command was not returning a path in all...luke2007-04-271-1/+1
* Fix for #565: Final merge of changes from source:branches/execute-refactor in...mccune2007-04-031-23/+60
* Changing execution to reopen stdin to /dev/nullluke2007-03-191-0/+1
* Looks like I already accidentally committed the switch from using system() to...luke2007-03-181-16/+0
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-171-2/+2
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-12/+12
* Applying patch in #465.luke2007-01-301-1/+1
* Fixing #440, albeit with a slightly hackish fix.luke2007-01-301-0/+15
* Moving code from external sources into an external/ directoryluke2007-01-301-1/+1
* Looks like providers work again on Solaris.luke2006-12-281-4/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-2/+8
* Allow execution of bare strings as long as there's no attempt to change uid/gidlutter2006-12-221-1/+1
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-6/+48
* Redoing the benchmarking a little bitluke2006-12-161-1/+5
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-1/+1
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-131-1/+1
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-103/+3
* Fixing #291 -- the problem was that instead of throwing an error on a missing...luke2006-10-161-2/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-0/+2
* Fixing suidmanager so it uses warnonce instead of using a variable that only ...luke2006-09-291-0/+5
* Fixing what I hope are the last batch of problems caused by the addition of t...luke2006-09-271-1/+1
* File types were dying silently on OS X when the group specified in the manife...ajax2006-09-271-1/+1
* Some small housekeeping things that I saw while doing other bug huntingluke2006-09-221-0/+4
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-83/+13
* Fixing provider commands and Util#execute so they always include the command ...luke2006-09-191-1/+1
* Adding a module for helping with warnings, starting only with the "warnonce" ...luke2006-09-131-0/+1
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-1/+2
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-061-0/+1
* 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