Age | Commit message (Expand) | Author | Files | Lines |
2006-10-11 | I was stupidly creating an error but not raising it. | luke | 1 | -0/+20 |
2006-10-09 | Fixing #298 - refreshonly now correctly deals with specified false values | luke | 1 | -1/+19 |
2006-10-09 | Fixing #309 -- files now correctly replace any number of slashes with a singl... | luke | 1 | -0/+15 |
2006-10-09 | Fixing #310 -- users no longer autorequire their homedirs, and files now auto... | luke | 2 | -1/+33 |
2006-09-28 | Fixing reported problem of crons rewriting every time when the environment is... | luke | 1 | -0/+4 |
2006-09-27 | Fixing what I hope are the last batch of problems caused by the addition of t... | luke | 2 | -35/+29 |
2006-09-22 | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 8 | -8/+8 |
2006-09-22 | As requested by Christian Warden, triggering an object now results in | luke | 1 | -1/+1 |
2006-09-21 | Disabling a test on solaris, since apparently sh on solaris is different than... | luke | 1 | -0/+2 |
2006-09-21 | Small test fixes in preparation for 0.19.2 | luke | 1 | -5/+2 |
2006-09-21 | Adding class list method to group. Also added a test to verify every type re... | luke | 1 | -0/+11 |
2006-09-21 | Fixing #274. I just set :ensure to be :link when :target is set. | luke | 1 | -0/+14 |
2006-09-21 | Fixing #285, opened by ericb. | luke | 1 | -0/+33 |
2006-09-21 | Fixing #293, I think. The problem was that the groups state was not correctl... | luke | 1 | -1/+9 |
2006-09-20 | Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail) | luke | 2 | -0/+31 |
2006-09-19 | Converting to using the Rakefile for testing. The old 'test' script is | luke | 25 | -211/+34 |
2006-09-19 | Fixing case of silly states on os x, where files are owned by "nobody" and Fi... | luke | 1 | -0/+19 |
2006-09-15 | Fixing #262. I somehow lost the line that only added a given user's jobs to ... | luke | 1 | -0/+24 |
2006-09-15 | Raising element creation errors up outside the "create" method, so that tests... | luke | 2 | -4/+3 |
2006-09-15 | Fixing #269. I was aliasing every case where the title and name were differe... | luke | 1 | -0/+45 |
2006-09-13 | Fixing #261. Applied patch, with small modifications. | luke | 1 | -0/+21 |
2006-09-06 | Modifying the provider base class so that it defines a method for every used ... | luke | 1 | -1/+1 |
2006-09-06 | Adding aptitude support, including a new util::package module that provides a... | luke | 1 | -1/+0 |
2006-09-05 | Adding hasrestart parameter to services | luke | 1 | -1/+3 |
2006-09-05 | Adding an "env" parameter to exec, for providing extra environment settings, ... | luke | 1 | -0/+40 |
2006-09-05 | Fixing small bug in cron where removed fields are not deleted from the file | luke | 1 | -8/+16 |
2006-09-05 | A small fix to the install/update aspects of packaging. | luke | 1 | -1/+1 |
2006-09-05 | Fixing the package type so that :ensure is always used for version specificat... | luke | 1 | -6/+13 |
2006-09-05 | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 9 | -184/+427 |
2006-09-05 | Committing functional mount support. All that's left in this chunk of work i... | luke | 1 | -204/+68 |
2006-09-04 | Ports now work with a provider | luke | 1 | -47/+16 |
2006-09-03 | Intermediate commit; ports are not working yet | luke | 1 | -39/+14 |
2006-09-03 | Fixing SSHKey support. | luke | 1 | -51/+30 |
2006-09-03 | Beginning the process of moving parsedtypes to a provider. Each parsed | luke | 3 | -69/+38 |
2006-09-03 | This is the initial commit of the changes to sync and retrieve. The | luke | 4 | -17/+18 |
2006-09-03 | Fixing #239 -- missing checks now throw an ArgumentError. This will break if... | luke | 1 | -0/+12 |
2006-09-03 | Adding support for file purging, as requested in #250. Any unmanaged files i... | luke | 1 | -0/+35 |
2006-09-03 | Adding a "force" parameter in files to fix #242. Currently only used when re... | luke | 1 | -1/+9 |
2006-09-03 | Applying the patch from #253 plus tests. | luke | 1 | -0/+40 |
2006-09-02 | Fixing #257, where host aliases were not being retained. The problem was tha... | luke | 1 | -0/+15 |
2006-09-02 | batch of small bug fixes | luke | 1 | -1/+1 |
2006-08-21 | Fixing #225. Normal file copying worked with spaces, but recursive file copy... | luke | 1 | -0/+22 |
2006-08-21 | Fixing #228. The real problem was that "present" should match any type of fi... | luke | 1 | -0/+41 |
2006-08-17 | Finishing changes to support titles instead of two types of names. This is b... | luke | 5 | -29/+61 |
2006-08-16 | A first pass of changing one of the types of names to titles. I still have t... | luke | 1 | -7/+139 |
2006-08-14 | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 9 | -592/+364 |
2006-07-22 | Another batch of bug fixes, this time focused on OS X patches. Looks like I ... | luke | 2 | -2/+4 |
2006-07-21 | First round of bugfixes in preparation for 0.18.4 | luke | 2 | -0/+2 |
2006-07-21 | Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with ... | luke | 2 | -0/+55 |
2006-07-21 | Fixing #201; users now autorequire extra groups | luke | 1 | -22/+27 |