Installs or removes the OSSEC server or agent package, and manages the package repository by default.
:create: Installs the requested package and stops or disables the packaged service:delete: Stops or disables the service, removes the package, and optionally removes the repository
package_type(String, default: name): Package role. Must beserveroragentmanage_repository(Boolean, default:true): Whether theossec_repositoryresource should be managed
ossec_install 'server'ossec_install 'agent' do
manage_repository false
end