Libraries
»
puppet-openvox_bootstrap
(1.3.0)
»
Index (i)
»
Puppet Tasks
»
install
Puppet Task: install
Defined in:
tasks/install.json,
tasks/install.rb
Overview
Installs an openvox package. By default, this will be the latest openvox-agent from the latest collection.
Parameters
package
(Optional[String])
— The name of the package to install.
version
(Optional[String])
— The version of the openvox-agent package to install.
collection
(Optional[String])
— The openvox collection to install from.
apt_source
(Optional[String])
— The apt source repository to retrieve deb packages from.
yum_source
(Optional[String])
— The yum source repository to retrieve rpm packages from.
stop_service
(Optional[Boolean])
— Whether to stop the given service after install. (Requires puppet on the system.)