Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 1.53 KB

REFERENCE.md

File metadata and controls

63 lines (33 loc) · 1.53 KB

Reference

Table of Contents

Classes

Classes

mozilla

The mozilla class.

mozilla::firefox

A class to install mozilla firefox

Parameters

The following parameters are available in the mozilla::firefox class:

package_ensure

Data type: String

The ensure status of the firefox package

Default value: simplib::lookup('simp_options::package_ensure', { 'default_value' => 'installed' })

mozilla::thunderbird

Install mozilla thunderbird

Parameters

The following parameters are available in the mozilla::thunderbird class:

package_ensure

Data type: String

The ensure status of the thunderbird package

Default value: simplib::lookup('simp_options::package_ensure', { 'default_value' => 'installed' })

install_options

Data type: Optional[String]

Options to pass the package install.

Default value: undef