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