diff options
Diffstat (limited to 'spec/fixtures/test/manifests/float.pp')
-rw-r--r-- | spec/fixtures/test/manifests/float.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/float.pp b/spec/fixtures/test/manifests/float.pp new file mode 100644 index 0000000..03a603d --- /dev/null +++ b/spec/fixtures/test/manifests/float.pp @@ -0,0 +1,8 @@ +# Class to test the Stdlib::Compat::Float type alias +class test::float( + Stdlib::Compat::Float $value, + ) { + + notice("Success") + +} |