Class: Chef::Resource::FreebsdPackage
- Inherits:
-
Package
- Object
- Package
- Chef::Resource::FreebsdPackage
- Defined in:
- lib/chefspec/extensions/chef/resource/freebsd_package.rb
Instance Method Summary collapse
-
#supports_pkgng? ⇒ false
Chef decided it was a good idea to just shellout inside of a resource.
Instance Method Details
#supports_pkgng? ⇒ false
Chef decided it was a good idea to just shellout inside of a resource. Not only is that a horrible fucking idea, but I got flak when I asked to change it. So we are just going to monkey patch the fucking thing so it does not shell out.
14 15 16 |
# File 'lib/chefspec/extensions/chef/resource/freebsd_package.rb', line 14 def supports_pkgng? false end |