# File lib/puppet/provider/maillist/mailman.rb, line 84
84:   def properties
85:     if @property_hash.empty?
86:       @property_hash = query || {:ensure => :absent}
87:       @property_hash[:ensure] = :absent if @property_hash.empty?
88:     end
89:     @property_hash.dup
90:   end