Puppet Class: psick::foreman
- Defined in:
- manifests/foreman.pp
Overview
This class manages the installation and initialisation of foreman
| 10 11 12 13 14 15 16 | # File 'manifests/foreman.pp', line 10
class psick::foreman (
  Optional[String] $install_class = 'psick::foreman::tp',
) {
  if $install_class { contain $install_class }
} |