Skip to content

Commit

Permalink
Merge pull request #541 from eimlav/fm-7340
Browse files Browse the repository at this point in the history
(FM-7340) - Add additional example
  • Loading branch information
pmcmaw committed Dec 6, 2018
2 parents 63d4597 + c590fc8 commit 845d766
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/format.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
concat { '/tmp/file':
format => 'yaml', # See REFERENCE.md for more formats
}

concat::fragment { '1':
target => '/tmp/file',
content => '{"one": "foo"}',
}

concat::fragment { '2':
target => '/tmp/file',
content => '{"two": "bar"}',
}

0 comments on commit 845d766

Please sign in to comment.