# File lib/puppet/provider/package/openbsd.rb, line 51
51:   def self.listcmd
52:     [command(:pkginfo), " -a"]
53:   end