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