Puppet Class: foreman::plugin::netbox
- Defined in:
- manifests/plugin/netbox.pp
Overview
Foreman Netbox plugin
This class installs netbox plugin
5 6 7 8 |
# File 'manifests/plugin/netbox.pp', line 5
class foreman::plugin::netbox {
foreman::plugin { 'netbox':
}
}
|