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