source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/stdlib/examples/file_line.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: 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.