:install
:upgrade
:remove
Name | Type | Default | Description | Allowed Values |
---|---|---|---|---|
packages |
String, Array | Platform dependant | Packages to install |
By default the resource will install all net-snmp packages for the platform, use the packages
property to override the default list.
net_snmp_package '' do
action :install
end
net_snmp_package '' do
packages %w(snmpd)
action :install
end