X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fbool.pp;fp=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fbool.pp;h=0000000000000000000000000000000000000000;hb=131e09855e065be940e104d9ab0f18940cc76257;hp=ab5b5ea1af58e71a0441cf127fcba81e72333bbd;hpb=407d322498f4fde815abf381007fbecfe5c10b2b;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/bool.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/bool.pp deleted file mode 100644 index ab5b5ea1a..000000000 --- a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/bool.pp +++ /dev/null @@ -1,8 +0,0 @@ -# Class to test the Stdlib::Compat::Bool type alias -class test::bool( - Stdlib::Compat::Bool $value, - ) { - - notice("Success") - -}