Puppet Class: foreman::plugin::puppet
- Defined in:
- manifests/plugin/puppet.pp
Overview
Foreman Puppet plugin
This class installs puppet plugin
| 5 6 7 8 | # File 'manifests/plugin/puppet.pp', line 5
class foreman::plugin::puppet {
  foreman::plugin { 'puppet':
  }
} |