source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/stdlib/examples/has_ip_address.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: 161 bytes
Line 
1include ::stdlib
2info('has_ip_address(\'192.168.1.256\'):', has_ip_address('192.168.1.256'))
3info('has_ip_address(\'127.0.0.1\'):', has_ip_address('127.0.0.1'))
Note: See TracBrowser for help on using the repository browser.