ReleaseEngineering/PuppetAgain/Modules/packages

From MozillaWiki
< ReleaseEngineering‎ | PuppetAgain‎ | Modules
Revision as of 05:49, 23 November 2011 by Djmitche (talk | contribs) (Created page with "This module manages the installation of packages. It provides the level of abstraction between "NRPE should be installed" (<tt>include packages::nrpe</tt>) and the details of th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module manages the installation of packages. It provides the level of abstraction between "NRPE should be installed" (include packages::nrpe) and the details of that installation, which will vary widely between linux, OSX, and Windows-based systems.

Most packages will have a dedicated module which abstracts the configuration of that package across operating systems -- for example, NRPE plugins may be installed in different directories on different operating systems.

Packages

The following packages are available:

(none yet)

Implementation

CentOS

On CentOS, packages are installed with the yum provider, and the relevant repositories will be added to yum as needed.