summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/filetype.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-239/+239
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-4/+4
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-12/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-15/+5
* Code smell: Use string interpolationMarkus Roberts2010-07-091-14/+14
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+7
* [#4198] Require 'fileutils' everywhere FileUtils is usedJesse Wolfe2010-07-091-0/+1
* Fixed #3721 - Removed -u option from crontab on HP-UXJames Turnbull2010-02-171-1/+1
* Fixed #2798 - Correct issue with crontab provider on AIXAndrew Forgue2009-12-021-0/+46
* Removed extra whitespace from end of linesIan Taylor2009-06-061-4/+4
* Merge branch '0.24.x'Luke Kanies2009-02-141-5/+5
|\
| * Only backing up within parsedfile when managing filesLuke Kanies2009-02-141-5/+5
* | Merge branch '0.24.x'Luke Kanies2009-02-131-95/+3
|\|
| * Fixing #1541 - ParsedFile only backs up files once per transactionLuke Kanies2009-02-131-1/+0
| * Removing the apparently obsolete netinfo filetype.Luke Kanies2009-02-131-88/+0
| * Migrated FileType tests to spec, and fleshed them out a bit.Luke Kanies2009-02-131-3/+3
* | Merge branch '0.24.x'Luke Kanies2008-12-021-3/+3
|\|
| * Fixes #1672 - unsafe crontab handling in SolarisMartin Englund2008-11-051-3/+3
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-0/+7
|\|
| * Add SELinux context reset after file writes in Puppet::Util::FileTypeSean E. Millichamp2008-10-031-0/+7
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-2/+8
|\|
| * Flat file now does writing to a tempfile.Brenton Leanhardt2008-03-131-1/+5
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-1/+1
* | More fixes to the testing.Luke Kanies2008-01-151-0/+1
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-2/+4
|/
* Further fixes toward #965. Turned out that the previous fixLuke Kanies2007-12-211-1/+2
* Fixing #781, from what I can tell. I'm leaving it withLuke Kanies2007-11-271-11/+29
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-1/+1
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fix the ral:providers:host:parsed tests so they run successfully(no author)2007-08-091-0/+1
* Having FileType instances automatically back their contents up to a filebucke...luke2007-07-111-0/+11
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-0/+300