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