# File lib/puppet/provider/macauthorization/macauthorization.rb, line 113
113:     def exists?
114:         if self.class.parsed_auth_db.has_key?(resource[:name])
115:             return true
116:         else
117:             return false
118:         end
119:     end