zsh
: Install zsh packageszsh::params
: Default parameter values
Install zsh packages
include zsh
The following parameters are available in the zsh
class:
Data type: String[1]
The name of the package to be installed
Default value: $zsh::params::zshpackage
Data type: Stdlib::Absolutepath
The path to the zsh binary once installed
Default value: $zsh::params::zshpath
Data type: Any
This value is passed directly to the package resouce for $zshpackage. See here for valid values: https://puppet.com/docs/puppet/latest/types/package.html#package-attribute-ensure
Default value: installed
Default parameter values