Puppet Class: foreman::plugin::templates
- Defined in:
- manifests/plugin/templates.pp
Overview
Installs foreman_templates plugin
| 2 3 4 5 | # File 'manifests/plugin/templates.pp', line 2
class foreman::plugin::templates {
  foreman::plugin { 'templates':
  }
} |