# File lib/puppet/provider/maillist/mailman.rb, line 90
90:     def properties
91:         if @property_hash.empty?
92:             @property_hash = query || {:ensure => :absent}
93:             if @property_hash.empty?
94:                 @property_hash[:ensure] = :absent
95:             end
96:         end
97:         @property_hash.dup
98:     end