Puppet Class: test::ensure_resources
- Defined in:
- vendor_modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp
Overview
A helper class to test the ensure_resources function
2 3 4 |
# File 'vendor_modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp', line 2
class test::ensure_resources ( $resource_type, $title_hash, $attributes_hash ) {
ensure_resources($resource_type, $title_hash, $attributes_hash)
}
|