X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fensure_resources.pp;fp=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fensure_resources.pp;h=5f444c03e8b744d0cae95e24b5585da70ca3b316;hb=131e09855e065be940e104d9ab0f18940cc76257;hp=bd26002d008baab6bd36e939e02f26c42510a29e;hpb=407d322498f4fde815abf381007fbecfe5c10b2b;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp index bd26002d0..5f444c03e 100644 --- a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp +++ b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp @@ -1,4 +1,4 @@ # A helper class to test the ensure_resources function -class test::ensure_resources($resource_type, $title_hash, $attributes_hash) { +class test::ensure_resources( $resource_type, $title_hash, $attributes_hash ) { ensure_resources($resource_type, $title_hash, $attributes_hash) }