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