summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/configurer/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/configurer/downloader.rb b/lib/puppet/configurer/downloader.rb
index 9653c3a58..7409fca64 100644
--- a/lib/puppet/configurer/downloader.rb
+++ b/lib/puppet/configurer/downloader.rb
@@ -56,7 +56,7 @@ class Puppet::Configurer::Downloader
def file
args = default_arguments.merge(:path => path, :source => source)
- args[:ignore] = ignore if ignore
+ args[:ignore] = ignore.split if ignore
Puppet::Type.type(:file).new(args)
end