diff options
| author | Paul Nasrat <pnasrat@googlemail.com> | 2008-09-23 15:21:29 +0100 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-09-30 13:48:41 +1000 |
| commit | a30ecf2aeffd71960bd806fb28cd6d1b8adc2452 (patch) | |
| tree | 7a5e760780cafcbc83dc6a24576834e5149dd4f4 /lib/puppet/file_serving | |
| parent | 3b807633e3ac5378858c4f88ec6208d959fba742 (diff) | |
| download | puppet-a30ecf2aeffd71960bd806fb28cd6d1b8adc2452.tar.gz puppet-a30ecf2aeffd71960bd806fb28cd6d1b8adc2452.tar.xz puppet-a30ecf2aeffd71960bd806fb28cd6d1b8adc2452.zip | |
Make fileserver use fileset for recursion and handle dangling links by ignoring them fixing #1544
Diffstat (limited to 'lib/puppet/file_serving')
| -rw-r--r-- | lib/puppet/file_serving/fileset.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/file_serving/fileset.rb b/lib/puppet/file_serving/fileset.rb index fe54350b1..7cd7366be 100644 --- a/lib/puppet/file_serving/fileset.rb +++ b/lib/puppet/file_serving/fileset.rb @@ -120,7 +120,7 @@ class Puppet::FileServing::Fileset return result end - + public # Stat a given file, using the links-appropriate method. def stat(path) unless defined?(@stat_method) |
