README.md : add missing ','

Small typo, a ',' was missing on the minimal exampel conf
This commit is contained in:
Théophile Helleboid - chtitux 2014-06-26 10:45:35 +02:00
parent 56876f8ce6
commit ad71982196

View file

@ -48,7 +48,7 @@ concat { '/tmp/file':
}
concat::fragment { 'tmpfile':
target => '/tmp/file'
target => '/tmp/file',
content => 'test contents',
order => '01'
}