# File lib/puppet/provider/package/pkg.rb, line 76
76:   def install
77:     pkg :install, @resource[:name]
78:   end