# File lib/puppet/network/authstore.rb, line 141 141: def initialize(type, pattern) 142: self.type = type 143: self.pattern = pattern 144: end