Puppet Class: automatic_cd::params
- Inherited by:
-
automatic_cd::main::config
automatic_cd::main::install
- Defined in:
- manifests/params.pp
Summary
Class manages all parameters for the automatic_cd moduleOverview
automatic_cd::params.pp Module name: automatic_cd Author: Arne Teuke (arne_teuke@confdroid.com)
8 9 10 11 12 13 14 15 16 |
# File 'manifests/params.pp', line 8
class automatic_cd::params (
String $reqpackages = 'dnf-automatic',
String $pkg_ensure = 'latest',
) {
# includes must be last
include automatic_cd::main::config
}
|