# File lib/puppet/provider/package/blastwave.rb, line 85
85:   def install
86:     pkgget_with_cat "-f", :install, @resource[:name]
87:   end