# File lib/puppet/network/authstore.rb, line 175
175:             def initialize(type, pattern)
176:                 self.type = type
177:                 self.pattern = pattern
178:             end