source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/stdlib/spec/fixtures/test/manifests/ipv6.pp@ 30960

Last change on this file since 30960 was 30960, checked in by davidb, 8 years ago

Switch to using Puppet to provision machine. Strongly based on files developed for spark-hdfs cluster

File size: 129 bytes
RevLine 
[30960]1# Class to test the Stdlib::Compat::Ipv6 type alias
2class test::ipv6(
3 Stdlib::Compat::Ipv6 $value,
4 ) {
5 notice("Success")
6}
Note: See TracBrowser for help on using the repository browser.