source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/stdlib/types/unixpath.pp@ 30960

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

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

File size: 117 bytes
Line 
1# this regex rejects any path component that is a / or a NUL
2type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+(\/)?)+$/]
Note: See TracBrowser for help on using the repository browser.