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