# File lib/puppet/property/keyvalue.rb, line 79
79:       def insync?(is)
80:         return true unless is
81: 
82:         (is == self.should)
83:       end