Merge pull request #201 from chtitux/patch-1

README.md : add missing ','
This commit is contained in:
Morgan Haskel 2014-07-08 10:09:06 -04:00
commit 97f77f7459

View file

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