Puppet Class: foreman::cli::templates
- Defined in:
- manifests/cli/templates.pp
Overview
Hammer Templates plugin
This installs the Templates plugin for Hammer CLI
Parameters:
7 8 9 10 |
# File 'manifests/cli/templates.pp', line 7
class foreman::cli::templates {
foreman::cli::plugin { 'foreman_templates':
}
}
|