summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler/fileserver.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8704) Give better errors for invalid fileserver.confMatt Robinson2011-07-291-0/+3
* Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-1/+1
* Merge commit '2.6.3' into nextPaul Berry2010-11-171-0/+2
|\
| * (#5233) Randomize tmp dir pathsMatt Robinson2010-11-081-0/+2
* | Maint: Added missing requires to fileserver.rb.Paul Berry2010-11-091-0/+2
|/
* Code smell: Two space indentationMarkus Roberts2010-07-091-625/+625
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-8/+8
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-15/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-33/+11
* Code smell: Use string interpolationMarkus Roberts2010-07-091-27/+27
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-30/+32
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-2/+2
* Fixed #3672 - Error message on duplicate fileserver mounts incorrectJames Turnbull2010-02-171-2/+2
* A slide down the RFC-1123 slope towards MS Windows compatibility and chaosMarkus Roberts2009-12-221-0/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-10/+10
* Modules now can find their own pathsLuke Kanies2009-05-151-3/+3
* Fix #2101 - fix failing testBrice Figureau2009-03-271-1/+5
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-7/+7
* Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-12/+13
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-1/+1
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-1/+1
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-46/+38
|\
| * Fix #1636 - part2 - correct some client errors.Brice Figureau2008-10-091-3/+7
| * Fix several small regressions in plugins mountBrice Figureau2008-10-091-5/+8
| * Fixing #947 - pluginsync no longer fails poorly when no plugins existLuke Kanies2008-10-031-2/+4
| * Make fileserver use fileset for recursion and handle dangling links by ignori...Paul Nasrat2008-09-301-41/+24
* | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-261-1/+1
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-94/+22
|\|
| * Removing obsolete code from the fileserving handler.Luke Kanies2008-03-181-49/+0
| * Applying patch by DavidS to fix #1083.Luke Kanies2008-03-031-2/+2
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-45/+22
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-2/+5
|/
* Remove the warning about an explicit plugins mount.Luke Kanies2007-12-171-4/+0
* simplify PluginsMountDavid Schmitt2007-12-031-43/+22
* Fixing #796 -- the fileserver can now start with noLuke Kanies2007-11-271-16/+52
* Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-241-37/+44
* Applying the rest of Matt Palmer's patchesLuke Kanies2007-11-241-27/+60
* fix #891: create a plugins mount which collects all modules' plugins/ subdirsDavid Schmitt2007-11-081-75/+174
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Demoting the "file does not exist" log to debug from noticeLuke Kanies2007-09-251-1/+1
* Merge branch 'configurations' into indirectionLuke Kanies2007-09-221-1/+4
|\
| * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-1/+4
|/
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-121-9/+1
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-261-9/+33
* Fixing logging of module mounts; it was using the module as the name, rather ...luke2007-07-061-2/+2
* Removing extraneous debuggingluke2007-07-061-3/+0
* Modified the fileserver to cache file information, so thatluke2007-06-191-14/+51
* Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte l...lutter2007-06-181-0/+1