source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/stdlib/types/compat/ipv4.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: 134 bytes
Line 
1# Emulate the validate_ipv4_address and is_ipv4_address functions
2type Stdlib::Compat::Ipv4 = Pattern[/^(\d+)\.(\d+)\.(\d+)\.(\d+)$/]
Note: See TracBrowser for help on using the repository browser.