source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/vagrant-spark-hdfs-cluster/modules/stdlib/examples/file_line.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: 193 bytes
Line 
1# This is a simple smoke test
2# of the file_line resource type.
3file { '/tmp/dansfile':
4 ensure => file,
5} ->
6file_line { 'dans_line':
7 line => 'dan is awesome',
8 path => '/tmp/dansfile',
9}
Note: See TracBrowser for help on using the repository browser.