Puppet Class: foreman::plugin::remote_execution
- Defined in:
- manifests/plugin/remote_execution.pp
Overview
Installs foreman_remote_execution plugin
| 2 3 4 5 6 7 | # File 'manifests/plugin/remote_execution.pp', line 2
class foreman::plugin::remote_execution {
  include foreman::plugin::tasks
  foreman::plugin { 'remote_execution':
  }
} |