Puppet Class: bareos::install::common
- Defined in:
- manifests/install/common.pp
Overview
Class: bareos::install::common
This class contain the packages for common bareos installation
Parameters: This module has no parameters
Actions: This module has no actions
Requires: This module has no requirements
Sample Usage: include bareos::install::common
13 14 15 16 17 |
# File 'manifests/install/common.pp', line 13
class bareos::install::common {
# Common packages
package { $bareos::params::package_common: ensure => installed; }
}
|