Update puppetlabs/stdlib module
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / ensure_resources.pp
1 # A helper class to test the ensure_resources function
2 class test::ensure_resources( $resource_type, $title_hash, $attributes_hash ) {
3   ensure_resources($resource_type, $title_hash, $attributes_hash)
4 }