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