source: other-projects/hathitrust/vagrant-hadoop-cluster/trunk/modules/stdlib/types/compat/re.pp@ 30903

Last change on this file since 30903 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: 222 bytes
Line 
1# Emulate the validate_re function
2# validate_re(value, re) translates to Pattern[re], which is not directly mappable as a type alias, but can be specified as Pattern[re].
3# Therefore this needs to be translated directly.
Note: See TracBrowser for help on using the repository browser.