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