source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/vagrant-spark-hdfs-cluster/modules/stdlib/examples/has_ip_network.pp@ 31019

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

Vagrant provisioning files for a 4-node Hadoop cluster. See README.txt for more details

File size: 153 bytes
Line 
1include ::stdlib
2info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
3info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))
Note: See TracBrowser for help on using the repository browser.