ReleaseEngineering/PuppetAgain/Modules/packages
< ReleaseEngineering | PuppetAgain | Modules
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.