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