Puppet Class: wrappers::nexus_artifact::artifact
- Defined in:
- manifests/nexus_artifact/artifact.pp
Overview
See README.md for more details.
2 3 4 5 6 7 |
# File 'manifests/nexus_artifact/artifact.pp', line 2
class wrappers::nexus_artifact::artifact (
$resources = {},
$defaults = {},
) {
create_resources('nexus_artifact::artifact', $resources, $defaults)
}
|