# File lib/puppet/provider/parsedfile.rb, line 323
323:   def exists?
324:     !(@property_hash[:ensure] == :absent or @property_hash[:ensure].nil?)
325:   end