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