Merge pull request #201 from chtitux/patch-1
README.md : add missing ','
This commit is contained in:
commit
97f77f7459
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ concat { '/tmp/file':
|
||||||
}
|
}
|
||||||
|
|
||||||
concat::fragment { 'tmpfile':
|
concat::fragment { 'tmpfile':
|
||||||
target => '/tmp/file'
|
target => '/tmp/file',
|
||||||
content => 'test contents',
|
content => 'test contents',
|
||||||
order => '01'
|
order => '01'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue