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