Chef::Resource::Package
# File lib/chef/resource/paludis_package.rb, line 25 def initialize(name, run_context=nil) super(name, run_context) @resource_name = :paludis_package @provider = Chef::Provider::Package::Paludis @allowed_actions = [ :install, :remove, :upgrade ] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.