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