README.md : add missing ','
Small typo, a ',' was missing on the minimal exampel conf
This commit is contained in:
parent
56876f8ce6
commit
ad71982196
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ concat { '/tmp/file':
|
|||
}
|
||||
|
||||
concat::fragment { 'tmpfile':
|
||||
target => '/tmp/file'
|
||||
target => '/tmp/file',
|
||||
content => 'test contents',
|
||||
order => '01'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue