summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/ensure_resources.pp
blob: bd26002d008baab6bd36e939e02f26c42510a29e (plain)
1
2
3
4
# A helper class to test the ensure_resources function
class test::ensure_resources($resource_type, $title_hash, $attributes_hash) {
  ensure_resources($resource_type, $title_hash, $attributes_hash)
}