Mercurial > repos > other > Puppet
view modules/concat/examples/format.pp @ 482:d83de9b3a62b default tip
Update hiera.yaml within Puppet config
Forgot that we manage it from here. Now has content to match
new packages
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 30 Aug 2024 16:10:36 +0100 |
parents | adf6fe9bbc17 |
children |
line wrap: on
line source
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"}', }