X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fdeftype.pp;fp=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fdeftype.pp;h=362d15573965242f9a62f240283cd790459e3ea5;hb=131e09855e065be940e104d9ab0f18940cc76257;hp=825f8fe2d7ebee93b3c91c0008ef57b4aae3cce6;hpb=407d322498f4fde815abf381007fbecfe5c10b2b;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/deftype.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/deftype.pp index 825f8fe2d..362d15573 100644 --- a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/deftype.pp +++ b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/deftype.pp @@ -1,3 +1,4 @@ -define test::deftype($param = 'foo') { - notify { "deftype: $title": } +# Class to test deftype +define test::deftype( $param = 'foo' ) { + notify { "deftype: ${title}": } }