From ad7198219620dd8da41a2572c9b880a499092f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid=20-=20chtitux?= Date: Thu, 26 Jun 2014 10:45:35 +0200 Subject: [PATCH] README.md : add missing ',' Small typo, a ',' was missing on the minimal exampel conf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 495cce5..b884a0a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ concat { '/tmp/file': } concat::fragment { 'tmpfile': - target => '/tmp/file' + target => '/tmp/file', content => 'test contents', order => '01' }