Puppet Class: foreman::cli::azure
- Defined in:
- manifests/cli/azure.pp
Summary
This installs the AzureRM plugin for Hammer CLIOverview
3 4 5 6 |
# File 'manifests/cli/azure.pp', line 3
class foreman::cli::azure {
foreman::cli::plugin { 'foreman_azure_rm':
}
}
|