summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/file/source.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/file/source.rb')
-rwxr-xr-xlib/puppet/type/file/source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/file/source.rb b/lib/puppet/type/file/source.rb
index 77fb4f38c..fd32f13d6 100755
--- a/lib/puppet/type/file/source.rb
+++ b/lib/puppet/type/file/source.rb
@@ -114,7 +114,7 @@ module Puppet
end
end
- if resource[:ensure] == :absent
+ if resource[:ensure] == :absent
# We know all we need to
elsif metadata.ftype != "link"
resource[:ensure] = metadata.ftype